6 Commits

Author SHA1 Message Date
eac5c0b79f Update src/app/page.tsx 2026-04-18 08:33:32 +00:00
e8db011648 Merge version_2 into main
Merge version_2 into main
2026-04-18 08:31:09 +00:00
64bd64f924 Update src/app/page.tsx 2026-04-18 08:31:06 +00:00
c0f4651d9e Merge version_1 into main
Merge version_1 into main
2026-04-18 08:29:38 +00:00
806c678808 Merge version_1 into main
Merge version_1 into main
2026-04-18 08:29:14 +00:00
a69c6ef549 Merge version_1 into main
Merge version_1 into main
2026-04-18 08:28:48 +00:00

View File

@@ -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"] },
]}
@@ -162,7 +162,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 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}