From 263febdd53e09e64945e0d37d936d40cef86e5df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:39:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++------------------------------------- 1 file changed, 36 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7793b6c..fb88787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,64 +46,27 @@ export default function LandingPage() {
@@ -134,45 +87,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Great vibe!", - quote: "The cocktails were exquisite and the food quality was top-notch.", - name: "Sarah Miller", - role: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", - }, + id: "t1", title: "Great vibe!", quote: "The cocktails were exquisite and the food quality was top-notch.", name: "Sarah Miller", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg"}, { - id: "t2", - title: "Best in Charlesbourg", - quote: "Perfect for our anniversary celebration. Service was impeccable.", - name: "Marc Dubois", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg", - }, + id: "t2", title: "Best in Charlesbourg", quote: "Perfect for our anniversary celebration. Service was impeccable.", name: "Marc Dubois", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2516.jpg"}, { - id: "t3", - title: "Incredible cocktails", - quote: "The staff are experts. Perfectly paired for our course.", - name: "Julie Tremblay", - role: "Cocktail Lover", - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg", - }, + id: "t3", title: "Incredible cocktails", quote: "The staff are experts. Perfectly paired for our course.", name: "Julie Tremblay", role: "Cocktail Lover", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg"}, { - id: "t4", - title: "Fantastic experience", - quote: "Casual yet premium atmosphere. Will definitely come back.", - name: "Thomas G.", - role: "Regular Guest", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", - }, + id: "t4", title: "Fantastic experience", quote: "Casual yet premium atmosphere. Will definitely come back.", name: "Thomas G.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"}, { - id: "t5", - title: "Unique menu", - quote: "Loved the tartare options. The atmosphere is energetic.", - name: "Elena P.", - role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg", - }, + id: "t5", title: "Unique menu", quote: "Loved the tartare options. The atmosphere is energetic.", name: "Elena P.", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg"}, ]} title="What our guests say" description="Rated 4.3 stars by 1,977 local diners" @@ -187,15 +110,9 @@ export default function LandingPage() { description="Exceptional service meets culinary excellence." features={[ { - title: "Farm to Table", - description: "Local ingredients sourced fresh daily.", - imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg", - }, + title: "Farm to Table", description: "Local ingredients sourced fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg"}, { - title: "Expert Mixology", - description: "Crafted cocktails by professional bartenders.", - imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-fried-orange-slice_141793-1126.jpg", - }, + title: "Expert Mixology", description: "Crafted cocktails by professional bartenders.", imageSrc: "http://img.b2bpic.net/free-photo/beverage-topped-with-fried-orange-slice_141793-1126.jpg"}, ]} /> @@ -204,6 +121,9 @@ export default function LandingPage() { @@ -212,32 +132,17 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, - { - label: "Reservations", - href: "/reservations", - }, - ], + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, + { label: "Reservations", href: "/reservations" } + ] }, { items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "About", - href: "/about", - }, - ], - }, + { label: "Contact", href: "/contact" }, + { label: "About", href: "/about" } + ] + } ]} logoText="Lounge Restaurant" />