Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42d9096e97 | |||
| 770c12131d | |||
| 0d45f4f1ba |
@@ -108,6 +108,7 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "1M+", title: "Buns Baked", items: ["Fresh daily", "Artisan quality"] },
|
{ id: "m1", value: "1M+", title: "Buns Baked", items: ["Fresh daily", "Artisan quality"] },
|
||||||
{ id: "m2", value: "50+", title: "Locations", items: ["Worldwide", "Open daily"] },
|
{ id: "m2", value: "50+", title: "Locations", items: ["Worldwide", "Open daily"] },
|
||||||
|
{ id: "m3", value: "10,000+", title: "Happy Daily Customers", items: ["High satisfaction", "Community favorite"] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,4 +138,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user