Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 15:36:58 +00:00

View File

@@ -66,10 +66,10 @@ export default function LandingPage() {
],
stats: [
{
title: "Pure Vegetarian", values: ["100%", "100%", "100%"],
title: "Pure Vegetarian", values: [100, 100, 100],
valuePrefix: "", description: "Authentic recipes, no compromise."},
{
title: "Customer Rating", values: ["4.4", "4.5", "4.4"],
title: "Customer Rating", values: [4.4, 4.5, 4.4],
valuePrefix: "", valueSuffix: "★", description: "Rated by 279+ satisfied diners."},
{
title: "Hours", values: ["10:00 AM", "11:00 PM", "10:30 AM"],
@@ -106,6 +106,7 @@ export default function LandingPage() {
imageAlt="Authentic Gujarati cooking preparation"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>