diff --git a/src/app/page.tsx b/src/app/page.tsx
index e728863..1a5b1cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,47 +29,25 @@ export default function LandingPage() {
@@ -151,31 +85,11 @@ export default function LandingPage() {
description="Answers to your burning coffee questions."
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1",
- title: "What kind of beans do you use?",
- content: "We use ethically sourced, shade-grown Arabica beans.",
- },
- {
- id: "f2",
- title: "Do you offer oat milk?",
- content: "Yes, we offer oat, almond, and soy milk alternatives.",
- },
- {
- id: "f3",
- title: "Can I work here?",
- content: "Our cafe is designed for productivity; we offer free Wi-Fi.",
- },
- {
- id: "f4",
- title: "Do you sell beans?",
- content: "We sell our signature roasted blends by the bag.",
- },
- {
- id: "f5",
- title: "Are you open on Sundays?",
- content: "We are open daily, including Sundays from 8am to 8pm.",
- },
+ { id: "f1", title: "What kind of beans do you use?", content: "We use ethically sourced, shade-grown Arabica beans." },
+ { id: "f2", title: "Do you offer oat milk?", content: "Yes, we offer oat, almond, and soy milk alternatives." },
+ { id: "f3", title: "Can I work here?", content: "Our cafe is designed for productivity; we offer free Wi-Fi." },
+ { id: "f4", title: "Do you sell beans?", content: "We sell our signature roasted blends by the bag." },
+ { id: "f5", title: "Are you open on Sundays?", content: "We are open daily, including Sundays from 8am to 8pm." },
]}
/>
@@ -189,27 +103,9 @@ export default function LandingPage() {
title="Cafe Impact"
description="Our numbers tell the story of your daily cup."
metrics={[
- {
- id: "m1",
- value: "3,000",
- title: "Cups Poured",
- description: "Every single month.",
- icon: Coffee,
- },
- {
- id: "m2",
- value: "12",
- title: "Local Farmers",
- description: "Partnerships we cherish.",
- icon: Users,
- },
- {
- id: "m3",
- value: "8",
- title: "Cafe Locations",
- description: "Expanding our warmth.",
- icon: MapPin,
- },
+ { id: "m1", value: "3,000", title: "Cups Poured", description: "Every single month.", icon: Coffee },
+ { id: "m2", value: "12", title: "Local Farmers", description: "Partnerships we cherish.", icon: Users },
+ { id: "m3", value: "8", title: "Cafe Locations", description: "Expanding our warmth.", icon: MapPin },
]}
/>
@@ -221,65 +117,16 @@ export default function LandingPage() {
title="Trusted By The Community"
description="We proudly serve coffee to professionals and dreamers all over town."
names={[
- "Local Business Alliance",
- "Downtown Arts Council",
- "University Coffee Club",
- "Neighborhood Watch",
- "Bookstore & Co",
- ]}
+ "Local Business Alliance", "Downtown Arts Council", "University Coffee Club", "Neighborhood Watch", "Bookstore & Co"]}
/>