From eb74c49d2d4dc59f8f96f5728dc3ae771d492205 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:05:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 148 ++++++++++++++++------------------------------- 1 file changed, 50 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3a57c4..5110bce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -129,29 +111,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Gypseaaa", role: "Local Guide", company: "Google", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg"}, - { - id: "t2", name: "A. Almansoori", role: "Regular", company: "MZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-cup-close-her-face_23-2148349006.jpg"}, - { - id: "t3", name: "R. Almansoori", role: "Customer", company: "MZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039464.jpg"}, - { - id: "t4", name: "M. Al Hammadi", role: "Matcha Lover", company: "MZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/watercolor-coffee-cup-coffee-beans-illustration_23-2151720313.jpg"}, - { - id: "t5", name: "Mohamed Alkaabi", role: "Foodie", company: "MZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg"}, + { id: "t1", name: "Gypseaaa", role: "Local Guide", company: "Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg" }, + { id: "t2", name: "A. Almansoori", role: "Regular", company: "MZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-cup-close-her-face_23-2148349006.jpg" }, + { id: "t3", name: "R. Almansoori", role: "Customer", company: "MZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039464.jpg" }, + { id: "t4", name: "M. Al Hammadi", role: "Matcha Lover", company: "MZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/watercolor-coffee-cup-coffee-beans-illustration_23-2151720313.jpg" }, + { id: "t5", name: "Mohamed Alkaabi", role: "Foodie", company: "MZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg" }, ]} kpiItems={[ - { - value: "4.9", label: "Google Rating"}, - { - value: "500+", label: "Monthly Regulars"}, - { - value: "100%", label: "Specialty Focus"}, + { value: "4.9", label: "Google Rating" }, + { value: "500+", label: "Monthly Regulars" }, + { value: "100%", label: "Specialty Focus" }, ]} title="What our guests say." description="Kind words from our community." @@ -164,16 +133,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} groups={[ - { - id: "team1", groupTitle: "Foxy Team", members: [ - { - id: "s1", title: "Nikita", subtitle: "Staff", detail: "Warmth and professionalism in every interaction."}, - { - id: "s2", title: "Rein", subtitle: "Barista", detail: "Our master barista. Your coffee, done right."}, - { - id: "s3", title: "Paul", subtitle: "Host", detail: "The one who remembers your order by name."}, - { - id: "s4", title: "Gigi Johnson", subtitle: "Service", detail: "Service that earns five stars every time."}, + { id: "team1", groupTitle: "Foxy Team", members: [ + { id: "s1", title: "Nikita", subtitle: "Staff", detail: "Warmth and professionalism in every interaction." }, + { id: "s2", title: "Rein", subtitle: "Barista", detail: "Our master barista. Your coffee, done right." }, + { id: "s3", title: "Paul", subtitle: "Host", detail: "The one who remembers your order by name." }, + { id: "s4", title: "Gigi Johnson", subtitle: "Service", detail: "Service that earns five stars every time." }, ] }, ]} @@ -185,14 +149,12 @@ export default function LandingPage() {
@@ -200,26 +162,16 @@ export default function LandingPage() {