"use client"; import { motion, useInView } from "framer-motion"; import { useRef } from "react"; import Image from "next/image"; import { Button } from "@/components/shared/Button"; export function FinalCTA() { const ref = useRef(null); const isInView = useInView(ref, { once: true, margin: "-100px" }); return (
Locals enjoying the sun on Istanbul's Asian side waterfront with the sea and islands beyond

Your Istanbul Trip Already Has a Hagia Sophia Day.{" "} Now Give It an Anatolian Edit.

Small groups. Limited dates. The kind of day you'll talk about for years.

Only 3 spots remaining for this week

Free cancellation up to 48 hours before · Instant confirmation · Pay securely online

); }