From f936c8b76b41450251fcb575861289e05d59d55a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 05:36:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c1d072..43a148b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -210,40 +153,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Elena Vance", - role: "Food Critic", - testimonial: "An absolute pinnacle of modern dining. Every detail was crafted to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", - }, + id: "t1", name: "Elena Vance", role: "Food Critic", testimonial: "An absolute pinnacle of modern dining. Every detail was crafted to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg"}, { - id: "t2", - name: "Marcus Thorne", - role: "Connoisseur", - testimonial: "The wine pairings elevated the entire meal. Truly a world-class experience.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", - }, + id: "t2", name: "Marcus Thorne", role: "Connoisseur", testimonial: "The wine pairings elevated the entire meal. Truly a world-class experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg"}, { - id: "t3", - name: "Sofia Rossi", - role: "Guest", - testimonial: "I have never experienced such impeccable service coupled with such artful flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", - }, + id: "t3", name: "Sofia Rossi", role: "Guest", testimonial: "I have never experienced such impeccable service coupled with such artful flavor.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"}, { - id: "t4", - name: "Julian H.", - role: "Traveler", - testimonial: "A must-visit. The ambiance is breathtaking and the food is transcendent.", - imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39262.jpg", - }, + id: "t4", name: "Julian H.", role: "Traveler", testimonial: "A must-visit. The ambiance is breathtaking and the food is transcendent.", imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39262.jpg"}, { - id: "t5", - name: "Sarah Miller", - role: "Patron", - testimonial: "Simply incomparable. Fame Restaurant has set a new standard for excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244691.jpg", - }, + id: "t5", name: "Sarah Miller", role: "Patron", testimonial: "Simply incomparable. Fame Restaurant has set a new standard for excellence.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244691.jpg"}, ]} title="Voices of Fame" description="See why our guests return time and time again." @@ -256,20 +174,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend making a reservation in advance.", - }, + id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation in advance."}, { - id: "f2", - title: "Is there a dress code?", - content: "We maintain a business casual dress code for all our guests.", - }, + id: "f2", title: "Is there a dress code?", content: "We maintain a business casual dress code for all our guests."}, { - id: "f3", - title: "Do you cater for special events?", - content: "We provide exclusive catering services for private and corporate gatherings.", - }, + id: "f3", title: "Do you cater for special events?", content: "We provide exclusive catering services for private and corporate gatherings."}, ]} title="Common Questions" description="Everything you need to know about dining with us." @@ -281,16 +190,13 @@ export default function LandingPage() {
@@ -300,33 +206,21 @@ export default function LandingPage() { logoText="Fame Restaurant" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1