diff --git a/src/app/page.tsx b/src/app/page.tsx index 9117f64..58f7263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,41 +44,26 @@ export default function LandingPage() {
@@ -97,17 +76,11 @@ export default function LandingPage() { description="Dine, indulge, and stay late. We transform from a refined Mediterranean restaurant into the heartbeat of Casablanca nightlife." metrics={[ { - value: "4.5", - title: "Guest Rating", - }, + value: "4.5", title: "Guest Rating"}, { - value: "1000+", - title: "Satisfied Guests", - }, + value: "1000+", title: "Satisfied Guests"}, { - value: "02:00", - title: "Closing Time", - }, + value: "02:00", title: "Closing Time"}, ]} imageSrc="http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059655.jpg" mediaAnimation="slide-up" @@ -120,28 +93,16 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + buttons={[ + { text: "Reserve Now", href: "#reservation" } + ]} features={[ { - id: "1", - title: "Cuisine", - description: "Authentic mezze, Lebanese classics, and Mediterranean grills prepared with flair.", - tag: "Dining", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-olives-bread-top-view_141793-4451.jpg", - }, + id: "1", title: "Cuisine", description: "Authentic mezze, Lebanese classics, and Mediterranean grills prepared with flair.", tag: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-olives-bread-top-view_141793-4451.jpg"}, { - id: "2", - title: "Cocktails", - description: "From classic Negronis to bold signature whiskey sours, crafted for the night.", - tag: "Bar", - imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176758.jpg", - }, + id: "2", title: "Cocktails", description: "From classic Negronis to bold signature whiskey sours, crafted for the night.", tag: "Bar", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176758.jpg"}, { - id: "3", - title: "Atmosphere", - description: "Dim lights, curated music, and high energy as the night unfolds.", - tag: "Nightlife", - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", - }, + id: "3", title: "Atmosphere", description: "Dim lights, curated music, and high energy as the night unfolds.", tag: "Nightlife", imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"}, ]} title="Culinary & Bar Offerings" description="A refined fusion of Lebanese and Mediterranean flavors paired with signature cocktails." @@ -156,20 +117,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "5*", - description: "Atmosphere", - }, + id: "1", value: "5*", description: "Atmosphere"}, { - id: "2", - value: "Fresh", - description: "Ingredients", - }, + id: "2", value: "Fresh", description: "Ingredients"}, { - id: "3", - value: "Late", - description: "Nightlife", - }, + id: "3", value: "Late", description: "Nightlife"}, ]} title="Why Choose Leopard" description="Experience excellence in taste, service, and vibe." @@ -181,30 +133,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg", - }, + id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/pretty-lady-velvet-dress-holds-martini-glass_197531-15681.jpg"}, { - id: "2", - name: "Michael", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-luxury-restaurant_23-2150598346.jpg", - }, + id: "2", name: "Michael", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-luxury-restaurant_23-2150598346.jpg"}, { - id: "3", - name: "Emily", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140843.jpg", - }, + id: "3", name: "Emily", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140843.jpg"}, { - id: "4", - name: "David", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-woman-sitting-hipster-cafe-sofa-wearing-shirt-blue-sunglasses_285396-268.jpg", - }, + id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-smiling-woman-sitting-hipster-cafe-sofa-wearing-shirt-blue-sunglasses_285396-268.jpg"}, { - id: "5", - name: "Anna", - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-enjoying-drinking-tequila-bar_23-2147883763.jpg", - }, + id: "5", name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-enjoying-drinking-tequila-bar_23-2147883763.jpg"}, ]} cardTitle="Guest Stories" cardTag="Reviews" @@ -218,20 +155,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "Address", - content: "20 Bd Driss Slaoui, Casablanca", - }, + id: "1", title: "Address", content: "20 Bd Driss Slaoui, Casablanca"}, { - id: "2", - title: "Hours", - content: "Open until 02:00 AM daily", - }, + id: "2", title: "Hours", content: "Open until 02:00 AM daily"}, { - id: "3", - title: "Phone", - content: "06 69 06 06 79", - }, + id: "3", title: "Phone", content: "06 69 06 06 79"}, ]} title="Find Us" description="Located at the heart of Casablanca nightlife." @@ -243,8 +171,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file