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"