Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 05:06:38 +00:00

View File

@@ -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", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Happy customers video"
id: "customers", value: "12,000+", title: "Happy Customers", description: "Served monthly with consistent quality and care", videoSrc: "https://example.com/video.mp4?_wi=1", videoAriaLabel: "Happy customers video"
},
{
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: "fresh", value: "100%", title: "Fresh Daily", description: "Local sourced fish delivered fresh each morning", videoSrc: "https://example.com/video.mp4?_wi=2", videoAriaLabel: "Fresh daily sourcing video"
},
{
id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Portion size video"
id: "portions", value: "240g+", title: "Average Portion", description: "Generously portioned for premium satisfaction", videoSrc: "https://example.com/video.mp4?_wi=3", videoAriaLabel: "Portion size video"
},
{
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"
id: "rating", value: "4.8★", title: "Customer Rating", description: "Consistently praised for quality and service", videoSrc: "https://example.com/video.mp4?_wi=4", videoAriaLabel: "Customer rating video"
}
]}
animationType="slide-up"