From 7940f8de970c807d0049c9b9e300685d722f26ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:59:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f866445..e01f357 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,19 +44,14 @@ export default function LandingPage() {
@@ -160,64 +122,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "Grand Bistro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-disposal-cup-coffee-front-glass-building_23-2147970978.jpg", - imageAlt: "confident female professional portrait", - }, + id: "1", name: "Sarah Johnson", role: "CEO", company: "Grand Bistro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-disposal-cup-coffee-front-glass-building_23-2147970978.jpg", imageAlt: "confident female professional portrait"}, { - id: "2", - name: "Michael Chen", - role: "Owner", - company: "The Hive", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-holding-tray_23-2147985007.jpg", - imageAlt: "friendly man portrait professional", - }, + id: "2", name: "Michael Chen", role: "Owner", company: "The Hive", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-holding-tray_23-2147985007.jpg", imageAlt: "friendly man portrait professional"}, { - id: "3", - name: "Emily Rodriguez", - role: "Manager", - company: "El Sol", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2149429116.jpg", - imageAlt: "hospitality professional studio portrait", - }, + id: "3", name: "Emily Rodriguez", role: "Manager", company: "El Sol", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2149429116.jpg", imageAlt: "hospitality professional studio portrait"}, { - id: "4", - name: "David Kim", - role: "Head Chef", - company: "Modern Table", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127319.jpg", - imageAlt: "head chef professional photo", - }, + id: "4", name: "David Kim", role: "Head Chef", company: "Modern Table", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-male-florist-work_23-2149127319.jpg", imageAlt: "head chef professional photo"}, { - id: "5", - name: "Alex Taylor", - role: "Host", - company: "Urban Eats", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/we-serve-finest-desserts_637285-8893.jpg", - imageAlt: "waiter professional portrait", - }, + id: "5", name: "Alex Taylor", role: "Host", company: "Urban Eats", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/we-serve-finest-desserts_637285-8893.jpg", imageAlt: "waiter professional portrait"}, ]} kpiItems={[ { - value: "95%", - label: "Retention", - }, + value: "95%", label: "Retention"}, { - value: "4.8", - label: "Avg Rating", - }, + value: "4.8", label: "Avg Rating"}, { - value: "500+", - label: "Daily Bookings", - }, + value: "500+", label: "Daily Bookings"}, ]} title="Loved by Guests" description="See why top restaurateurs and guests are choosing our AI platform to redefine the dining experience." @@ -230,20 +156,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Does it integrate with existing POS?", - content: "Yes, our API supports major restaurant management systems seamlessly.", - }, + id: "f1", title: "Does it integrate with existing POS?", content: "Yes, our API supports major restaurant management systems seamlessly."}, { - id: "f2", - title: "How does AI detect occasions?", - content: "Our natural language processing analyzes reservation notes to suggest packages.", - }, + id: "f2", title: "How does AI detect occasions?", content: "Our natural language processing analyzes reservation notes to suggest packages."}, { - id: "f3", - title: "Is support available 24/7?", - content: "Yes, our team provides 24/7 technical support.", - }, + id: "f3", title: "Is support available 24/7?", content: "Yes, our team provides 24/7 technical support."}, ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-tables-with-napkins-plates_1203-1002.jpg" title="Common Questions" @@ -258,10 +175,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1