From 4d3f591f2d21c95c055babffcfce0b7cdbbe0a90 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:18:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 ++++++++++++----------------------------------- 1 file changed, 62 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3735b92..e7bc071 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,14 @@ export default function LandingPage() { @@ -53,116 +45,67 @@ export default function LandingPage() {
@@ -174,40 +117,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "Zahle Regular", - testimonial: "One of the most enjoyable meals I've had recently. Exceptional seasoning and presentation.", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", - }, + id: "1", name: "Sarah J.", handle: "Zahle Regular", testimonial: "One of the most enjoyable meals I've had recently. Exceptional seasoning and presentation.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"}, { - id: "2", - name: "Michael C.", - handle: "Foodie", - testimonial: "Fast service and very affordable for the quality. A true hidden gem.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - }, + id: "2", name: "Michael C.", handle: "Foodie", testimonial: "Fast service and very affordable for the quality. A true hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"}, { - id: "3", - name: "Emily R.", - handle: "Frequent Visitor", - testimonial: "Top 5 places in Zahle. The ambiance is cozy, tasteful, and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg", - }, + id: "3", name: "Emily R.", handle: "Frequent Visitor", testimonial: "Top 5 places in Zahle. The ambiance is cozy, tasteful, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg"}, { - id: "4", - name: "David K.", - handle: "Regular", - testimonial: "Consistently great food and staff. Always feel welcomed and at home.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg", - }, + id: "4", name: "David K.", handle: "Regular", testimonial: "Consistently great food and staff. Always feel welcomed and at home.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg"}, { - id: "5", - name: "Maria L.", - handle: "Food Blogger", - testimonial: "The atmosphere is unmatched and the shisha is perfect for long evenings.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg", - }, + id: "5", name: "Maria L.", handle: "Food Blogger", testimonial: "The atmosphere is unmatched and the shisha is perfect for long evenings.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg"}, ]} title="Loved by locals. Trusted by regulars." description="Our commitment to quality, warmth, and service brings customers back time and again." @@ -221,63 +139,32 @@ export default function LandingPage() { description="We are more than just a restaurant; we are a destination. From our freshly sourced ingredients to our meticulously trained staff, everything we do is aimed at creating memorable evenings, relaxed gatherings, and perfect dates." buttons={[ { - text: "Learn More", - href: "#about", - }, + text: "Learn More", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg" imageAlt="Upscale cafe atmosphere" /> @@ -365,13 +237,9 @@ export default function LandingPage() {