diff --git a/src/app/page.tsx b/src/app/page.tsx index a05a29a..adbf060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,13 +76,13 @@ export default function LandingPage() { description="Experience unparalleled quality and thoughtful design in every piece we create, enhancing both aesthetics and usability." features={[ { - title: "Water-Resistant Materials", description: "Built with specially treated wood and premium laminates to withstand humidity and moisture, ensuring longevity.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating water resistance" + title: "Water-Resistant Materials", description: "Built with specially treated wood and premium laminates to withstand humidity and moisture, ensuring longevity.", videoSrc: "https://example.com/placeholder-video.mp4?_wi=1", videoAriaLabel: "Video demonstrating water resistance" }, { - title: "Smart Storage Solutions", description: "Integrated organizers, soft-close drawers, and spacious compartments keep your bathroom tidy and functional.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating smart storage solutions" + title: "Smart Storage Solutions", description: "Integrated organizers, soft-close drawers, and spacious compartments keep your bathroom tidy and functional.", videoSrc: "https://example.com/placeholder-video.mp4?_wi=2", videoAriaLabel: "Video demonstrating smart storage solutions" }, { - title: "Modern & Ergonomic Design", description: "Sleek lines, contemporary finishes, and thoughtful ergonomics for comfort and a sophisticated look.", videoSrc: "https://example.com/placeholder-video.mp4", videoAriaLabel: "Video demonstrating modern and ergonomic design" + title: "Modern & Ergonomic Design", description: "Sleek lines, contemporary finishes, and thoughtful ergonomics for comfort and a sophisticated look.", videoSrc: "https://example.com/placeholder-video.mp4?_wi=3", videoAriaLabel: "Video demonstrating modern and ergonomic design" } ]} textboxLayout="default"