diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f87a78..53a3da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,10 +80,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "Divineasoul", tags: ["Crystals", "Stones", "E-commerce"], videoSrc: "https://www.w3schools.com/howto/rain.mp4", videoAriaLabel: "Divineasoul crystals promo" }, - { id: "2", title: "Wedmee", tags: ["Photography", "Videography", "Events"], videoSrc: "https://www.w3schools.com/howto/rain.mp4", videoAriaLabel: "Wedmee wedding cinematic" }, - { id: "3", title: "Atmos Spa", tags: ["Luxury", "Spa", "Wellness"], videoSrc: "https://www.w3schools.com/howto/rain.mp4", videoAriaLabel: "Atmos Spa experience" }, - { id: "4", title: "Aarogya Clinics", tags: ["Medical", "Health", "Doctor"], videoSrc: "https://www.w3schools.com/howto/rain.mp4", videoAriaLabel: "Aarogya clinics presentation" }, + { id: "1", title: "Divineasoul", tags: ["Crystals", "Stones", "E-commerce"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=1", videoAriaLabel: "Divineasoul crystals promo" }, + { id: "2", title: "Wedmee", tags: ["Photography", "Videography", "Events"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=2", videoAriaLabel: "Wedmee wedding cinematic" }, + { id: "3", title: "Atmos Spa", tags: ["Luxury", "Spa", "Wellness"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=3", videoAriaLabel: "Atmos Spa experience" }, + { id: "4", title: "Aarogya Clinics", tags: ["Medical", "Health", "Doctor"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=4", videoAriaLabel: "Aarogya clinics presentation" }, ]} />