Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97a68e929a | |||
| 3b064cf547 | |||
| 89223beff4 | |||
| eac5c0b79f | |||
| e8db011648 | |||
| 64bd64f924 | |||
| c0f4651d9e | |||
| 806c678808 | |||
| a69c6ef549 |
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15k+", title: "Cups Served", items: ["Per Year", "High Quality"] },
|
||||
{ id: "m1", value: "15k+", title: "Cups of Joy Served", items: ["98% Customer Satisfaction", "High Quality Ingredients"] },
|
||||
{ id: "m2", value: "20", title: "Local Suppliers", items: ["Community First", "Ethical"] },
|
||||
{ id: "m3", value: "5", title: "Years Serving", items: ["Neighborhood Pride", "Steady"] },
|
||||
]}
|
||||
@@ -148,6 +148,8 @@ export default function LandingPage() {
|
||||
{ id: "f1", title: "Do you offer wifi?", content: "Yes, we have free high-speed internet for all customers." },
|
||||
{ id: "f2", title: "Are you pet friendly?", content: "Absolutely! Well-behaved pets are welcome on our patio." },
|
||||
{ id: "f3", title: "Do you take reservations?", content: "We operate as a walk-in cafe, but contact us for events." },
|
||||
{ id: "f4", title: "Do you have non-dairy milk options?", content: "Yes! We offer oat, almond, and soy milk alternatives for all our coffee drinks at no extra charge." },
|
||||
{ id: "f5", title: "What are your operating hours?", content: "We are open daily from 7:00 AM to 7:00 PM. Come visit us whenever you need your coffee fix!" },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -162,7 +164,7 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Located at 123 Coffee Lane, City Center. Stop by for your daily boost."
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
buttons={[{ text: "Visit Our Cafe", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user