diff --git a/src/app/page.tsx b/src/app/page.tsx
index f151c74..e237c90 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,63 +47,40 @@ export default function LandingPage() {
@@ -121,45 +90,21 @@ export default function LandingPage() {
@@ -198,20 +137,11 @@ export default function LandingPage() {
tag="Expertise"
metrics={[
{
- id: "m1",
- value: "98%",
- description: "Sustainability Score",
- },
+ id: "m1", value: "98%", description: "Sustainability Score"},
{
- id: "m2",
- value: "15",
- description: "Single Origins",
- },
+ id: "m2", value: "15", description: "Single Origins"},
{
- id: "m3",
- value: "24h",
- description: "Freshness Guarantee",
- },
+ id: "m3", value: "24h", description: "Freshness Guarantee"},
]}
metricsAnimation="slide-up"
/>
@@ -223,45 +153,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- title: "Great coffee",
- quote: "The best espresso I've ever had in this city.",
- name: "Alice M.",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
- },
+ id: "t1", title: "Great coffee", quote: "The best espresso I've ever had in this city.", name: "Alice M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
{
- id: "t2",
- title: "Friendly spot",
- quote: "My daily morning ritual would not be complete without this cafe.",
- name: "Bob R.",
- role: "Developer",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-girl-holding-thermo-cup-thoughtfully-looking-away-cozy-street-cafe_574295-2535.jpg",
- },
+ id: "t2", title: "Friendly spot", quote: "My daily morning ritual would not be complete without this cafe.", name: "Bob R.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-girl-holding-thermo-cup-thoughtfully-looking-away-cozy-street-cafe_574295-2535.jpg"},
{
- id: "t3",
- title: "Cozy vibes",
- quote: "Love the atmosphere and the artisanal blends.",
- name: "Carla S.",
- role: "Writer",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-laptop_23-2149271105.jpg",
- },
+ id: "t3", title: "Cozy vibes", quote: "Love the atmosphere and the artisanal blends.", name: "Carla S.", role: "Writer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-laptop_23-2149271105.jpg"},
{
- id: "t4",
- title: "Exceptional quality",
- quote: "The freshness of the beans is unmatched.",
- name: "David W.",
- role: "Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756339.jpg",
- },
+ id: "t4", title: "Exceptional quality", quote: "The freshness of the beans is unmatched.", name: "David W.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756339.jpg"},
{
- id: "t5",
- title: "Perfect brew",
- quote: "Finally, a place that understands true coffee craft.",
- name: "Elena V.",
- role: "Artist",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg",
- },
+ id: "t5", title: "Perfect brew", quote: "Finally, a place that understands true coffee craft.", name: "Elena V.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg"},
]}
title="Customer Favorites"
description="Don't just take our word for it—our community of coffee lovers agrees."
@@ -274,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you roast on-site?",
- content: "Yes, we roast daily to ensure maximum freshness.",
- },
+ id: "f1", title: "Do you roast on-site?", content: "Yes, we roast daily to ensure maximum freshness."},
{
- id: "f2",
- title: "Do you sell beans?",
- content: "Absolutely, we sell our single-origin beans in-store and online.",
- },
+ id: "f2", title: "Do you sell beans?", content: "Absolutely, we sell our single-origin beans in-store and online."},
{
- id: "f3",
- title: "Do you have dairy-free options?",
- content: "We offer oat, almond, and soy milk alternatives.",
- },
+ id: "f3", title: "Do you have dairy-free options?", content: "We offer oat, almond, and soy milk alternatives."},
]}
title="Frequently Asked"
description="Have questions? We have answers about our brewing process."
@@ -299,8 +190,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file