Merge version_3 into main #2
@@ -128,10 +128,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
valueClassName="text-xl md:text-2xl whitespace-nowrap"
|
||||
metrics={[
|
||||
{ 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: "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"
|
||||
description="Trusted by our local community."
|
||||
@@ -160,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user