From 6c04f1e81ec88269273fc603c35f9a9521069fb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:53:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 191 +++++++++-------------------------------------- 1 file changed, 36 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd66843..ca67203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -58,32 +50,20 @@ export default function LandingPage() { description="Discover a curated culinary journey that celebrates freshness, technique, and the art of fine dining in every bite." buttons={[ { - text: "Reserve a Table", - href: "#contact", - }, + text: "Reserve a Table", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", - alt: "Happy guest at dinner", - }, + src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Happy guest at dinner"}, { - src: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg", - alt: "Dining friends laughing", - }, + src: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg", alt: "Dining friends laughing"}, { - src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg", - alt: "Couple enjoying meal", - }, + src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg", alt: "Couple enjoying meal"}, { - src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", - alt: "Friends conversating at restaurant", - }, + src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Friends conversating at restaurant"}, { - src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", - alt: "Diner enjoying ambiance", - }, + src: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", alt: "Diner enjoying ambiance"}, ]} avatarText="Join 12,000+ satisfied guests" /> @@ -94,9 +74,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Born from Tradition" description={[ - "Our passion for authentic cuisine stems from decades of heritage, using only the finest farm-to-table ingredients.", - "Every dish we create is a tribute to tradition, meticulously crafted to offer an unforgettable experience.", - ]} + "Our passion for authentic cuisine stems from decades of heritage, using only the finest farm-to-table ingredients.", "Every dish we create is a tribute to tradition, meticulously crafted to offer an unforgettable experience."]} /> @@ -107,34 +85,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "01", - title: "Farm-Fresh Sourcing", - items: [ - "Local farmers partnerships", - "Sustainable growth practices", - "Seasonal menu changes", - ], + id: "f1", label: "01", title: "Farm-Fresh Sourcing", items: [ + "Local farmers partnerships", "Sustainable growth practices", "Seasonal menu changes"], }, { - id: "f2", - label: "02", - title: "Master Chefs", - items: [ - "Internationally trained culinary artists", - "Decades of experience", - "Innovative cooking techniques", - ], + id: "f2", label: "02", title: "Master Chefs", items: [ + "Internationally trained culinary artists", "Decades of experience", "Innovative cooking techniques"], }, { - id: "f3", - label: "03", - title: "Curated Ambiance", - items: [ - "Warm artistic lighting", - "Intimate seating arrangements", - "Signature interior design", - ], + id: "f3", label: "03", title: "Curated Ambiance", items: [ + "Warm artistic lighting", "Intimate seating arrangements", "Signature interior design"], }, ]} title="The Art of Culinary" @@ -144,52 +104,23 @@ export default function LandingPage() {