diff --git a/src/app/reserve/page.tsx b/src/app/reserve/page.tsx index 70f4bd1..62cfc28 100644 --- a/src/app/reserve/page.tsx +++ b/src/app/reserve/page.tsx @@ -35,7 +35,8 @@ export default function ReservePage() { navItems={navItems} brandName="Cafe Dacres Lane" button={{ - text: "Reserve Table", href: "/reserve"}} + text: "Reserve Table", href: "/reserve" + }} /> @@ -44,19 +45,24 @@ export default function ReservePage() { ctaTitle="Visit Us Today" ctaDescription="Cafe Dacres Lane, Dumdum Cantonment, Opposite Auxilium. Open daily for lunch, dinner, and evening hangouts." ctaButton={{ - text: "Get Directions", href: "https://maps.google.com/?q=Cafe+Dacres+Lane+Dumdum"}} + text: "Get Directions", href: "https://maps.google.com/?q=Cafe+Dacres+Lane+Dumdum" + }} ctaIcon={MapPin} useInvertedBackground={false} animationType="slide-up" faqs={[ { - id: "1", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 11:00 PM. We welcome you for lunch, dinner, and evening hangouts with friends and family."}, + id: "1", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 11:00 PM. We welcome you for lunch, dinner, and evening hangouts with friends and family." + }, { - id: "2", title: "Do you take reservations?", content: "Yes! We highly recommend reserving your table in advance, especially on weekends and evenings. Call us or use our online reservation system to secure your cozy corner."}, + id: "2", title: "Do you take reservations?", content: "Yes! We highly recommend reserving your table in advance, especially on weekends and evenings. Call us or use our online reservation system to secure your cozy corner." + }, { - id: "3", title: "Can we arrange private events?", content: "Absolutely! We offer customized spaces for intimate gatherings, family celebrations, and special occasions. Contact us to discuss your event requirements."}, + id: "3", title: "Can we arrange private events?", content: "Absolutely! We offer customized spaces for intimate gatherings, family celebrations, and special occasions. Contact us to discuss your event requirements." + }, { - id: "4", title: "Do you offer delivery or takeout?", content: "Yes, we offer both delivery and takeout options. Place your order via WhatsApp or call us directly for quick service."}, + id: "4", title: "Do you offer delivery or takeout?", content: "Yes, we offer both delivery and takeout options. Place your order via WhatsApp or call us directly for quick service." + }, ]} /> @@ -70,17 +76,23 @@ export default function ReservePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ankit Paul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", imageAlt: "Ankit Paul"}, + id: "1", name: "Ankit Paul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", imageAlt: "Ankit Paul" + }, { - id: "2", name: "Hritika Das", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "Hritika Das"}, + id: "2", name: "Hritika Das", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", imageAlt: "Hritika Das" + }, { - id: "3", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110067.jpg", imageAlt: "Rajesh Kumar"}, + id: "3", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_52683-110067.jpg", imageAlt: "Rajesh Kumar" + }, { - id: "4", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg", imageAlt: "Priya Singh"}, + id: "4", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg", imageAlt: "Priya Singh" + }, { - id: "5", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg", imageAlt: "Vikram Patel"}, + id: "5", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/serious-successful-young-businessman-standing-office-looking-camera_1163-4223.jpg", imageAlt: "Vikram Patel" + }, { - id: "6", name: "Neha Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705893.jpg", imageAlt: "Neha Sharma"}, + id: "6", name: "Neha Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-art-studio_23-2149705893.jpg", imageAlt: "Neha Sharma" + }, ]} />