diff --git a/src/app/page.tsx b/src/app/page.tsx
index 654d659..e3a57c4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -209,59 +130,28 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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: "4.9", label: "Google Rating"},
{
- value: "500+",
- label: "Monthly Regulars",
- },
+ value: "500+", label: "Monthly Regulars"},
{
- value: "100%",
- label: "Specialty Focus",
- },
+ value: "100%", label: "Specialty Focus"},
]}
title="What our guests say."
description="Kind words from our community."
@@ -275,36 +165,16 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "team1",
- groupTitle: "Foxy Team",
- members: [
+ id: "team1", groupTitle: "Foxy Team", members: [
{
- id: "s1",
- title: "Nikita",
- subtitle: "Staff",
- detail: "Warmth and professionalism in every interaction.",
- },
+ 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: "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: "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.",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2332.jpg",
- imageAlt: "Barista at work in a coffee shop",
+ id: "s4", title: "Gigi Johnson", subtitle: "Service", detail: "Service that earns five stars every time."},
+ ]
},
]}
title="The people behind every perfect cup."
@@ -316,16 +186,13 @@ export default function LandingPage() {
@@ -336,33 +203,21 @@ export default function LandingPage() {
{
items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "About",
- href: "#story",
- },
+ label: "About", href: "#story"},
{
- label: "Visit Us",
- href: "#visit",
- },
+ label: "Visit Us", href: "#visit"},
],
},
{
items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "TikTok",
- href: "#",
- },
+ label: "TikTok", href: "#"},
{
- label: "Google Reviews",
- href: "#",
- },
+ label: "Google Reviews", href: "#"},
],
},
]}