Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cf894b13d | |||
| b897cbd9ef |
@@ -128,10 +128,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
valueClassName="text-xl md:text-2xl whitespace-nowrap"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "5.0", title: "Google Rating", description: "Local favorite", icon: Star },
|
{ id: "m1", value: "5.0", title: "Google Rating", description: "Local favorite", icon: Star },
|
||||||
{ id: "m2", value: "1000+", title: "Orders Served", description: "Happy bellies", icon: Utensils },
|
{ id: "m2", value: "1000+", title: "Orders Served", description: "Happy bellies", icon: Utensils },
|
||||||
{ id: "m3", value: "12 AM", title: "Closing Time", description: "Open daily", icon: Clock },
|
{ id: "m3", value: "12:00 AM", title: "Closing Time", description: "Open daily", icon: Clock },
|
||||||
]}
|
]}
|
||||||
title="By The Numbers"
|
title="By The Numbers"
|
||||||
description="Trusted by our local community."
|
description="Trusted by our local community."
|
||||||
@@ -160,4 +161,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user