diff --git a/src/app/page.tsx b/src/app/page.tsx
index e817d79..b1ade42 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,67 +47,42 @@ export default function LandingPage() {
@@ -128,41 +95,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Chocolate Croissant",
- price: "4.50€",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-59156.jpg",
- },
+ id: "p1", name: "Chocolate Croissant", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-59156.jpg"},
{
- id: "p2",
- name: "Almond Croissant",
- price: "4.75€",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissant-flowers-plate_23-2149660917.jpg",
- },
+ id: "p2", name: "Almond Croissant", price: "4.75€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-croissant-flowers-plate_23-2149660917.jpg"},
{
- id: "p3",
- name: "Pistachio Croissant",
- price: "4.95€",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-turkish-pakhlava-rolls-with-pistachio_140725-6966.jpg",
- },
+ id: "p3", name: "Pistachio Croissant", price: "4.95€", imageSrc: "http://img.b2bpic.net/free-photo/plate-turkish-pakhlava-rolls-with-pistachio_140725-6966.jpg"},
{
- id: "p4",
- name: "Kinder Croissant",
- price: "5.20€",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-sandwich-with-knife_23-2147717724.jpg",
- },
+ id: "p4", name: "Kinder Croissant", price: "5.20€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-near-sandwich-with-knife_23-2147717724.jpg"},
{
- id: "p5",
- name: "Homemade Empanada",
- price: "3.80€",
- imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg",
- },
+ id: "p5", name: "Homemade Empanada", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg"},
{
- id: "p6",
- name: "Signature Butter",
- price: "3.50€",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg",
- },
+ id: "p6", name: "Signature Butter", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg"},
]}
title="Signature Specialties"
description="Sensory perfection in every bite, from our buttery layers to rich, decadent fillings."
@@ -171,27 +114,19 @@ export default function LandingPage() {
@@ -275,59 +183,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- role: "Foodie",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-present-mother-breakfast_23-2147788217.jpg",
- },
+ id: "t1", name: "Sarah J.", role: "Foodie", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-present-mother-breakfast_23-2147788217.jpg"},
{
- id: "t2",
- name: "Michael C.",
- role: "Regular",
- company: "Tourist",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-life-after-covid_23-2149121927.jpg",
- },
+ id: "t2", name: "Michael C.", role: "Regular", company: "Tourist", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-life-after-covid_23-2149121927.jpg"},
{
- id: "t3",
- name: "Emily R.",
- role: "Visitor",
- company: "Frequent",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg",
- },
+ id: "t3", name: "Emily R.", role: "Visitor", company: "Frequent", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"},
{
- id: "t4",
- name: "David K.",
- role: "Resident",
- company: "Loyal",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg",
- },
+ id: "t4", name: "David K.", role: "Resident", company: "Loyal", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-woman-drinking-coffee-kitchen-enjoying-her-morning-routine_1258-193531.jpg"},
{
- id: "t5",
- name: "Maria B.",
- role: "Neighbor",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/daughter-mother-drinking-milk-eating-cookies_23-2148339825.jpg",
- },
+ id: "t5", name: "Maria B.", role: "Neighbor", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/daughter-mother-drinking-milk-eating-cookies_23-2148339825.jpg"},
]}
kpiItems={[
{
- value: "5.0",
- label: "Rating",
- },
+ value: "5.0", label: "Rating"},
{
- value: "100%",
- label: "Fresh",
- },
+ value: "100%", label: "Fresh"},
{
- value: "Love",
- label: "Taste",
- },
+ value: "Love", label: "Taste"},
]}
title="What Our Locals Say"
description="Join thousands of happy customers who make us their daily ritual."
@@ -341,19 +218,13 @@ export default function LandingPage() {
metrics={[
{
icon: Camera,
- label: "Crispy Layers",
- value: "Detail",
- },
+ label: "Crispy Layers", value: "Detail"},
{
icon: Star,
- label: "Melted Chocolate",
- value: "Texture",
- },
+ label: "Melted Chocolate", value: "Texture"},
{
icon: Award,
- label: "Daily Bake",
- value: "Fresh",
- },
+ label: "Daily Bake", value: "Fresh"},
]}
metricsAnimation="slide-up"
/>
@@ -363,8 +234,7 @@ export default function LandingPage() {