From 32ed9070663a324f2d7f717b06fc8b34d8db1a57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:06:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c27911..d6b427a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Loved by locals and tourists" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} /> @@ -163,16 +163,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "customers", value: "12,000+", title: "Happy Customers", description: "Served monthly with consistent quality and care" + id: "customers", value: "12,000+", title: "Happy Customers", description: "Served monthly with consistent quality and care", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Happy customers video" }, { - id: "fresh", value: "100%", title: "Fresh Daily", description: "Local sourced fish delivered fresh each morning" + id: "fresh", value: "100%", title: "Fresh Daily", description: "Local sourced fish delivered fresh each morning", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Fresh daily sourcing video" }, { - id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction" + id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Portion size video" }, { - id: "rating", value: "4.8★", title: "Customer Rating", description: "Consistently praised for quality and service" + id: "rating", value: "4.8★", title: "Customer Rating", description: "Consistently praised for quality and service", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Customer rating video" } ]} animationType="slide-up" -- 2.49.1