diff --git a/src/app/page.tsx b/src/app/page.tsx index 7350ded..68b14da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,12 +30,12 @@ export default function SaasTemplatePage() { description="Create stunning, responsive websites with our comprehensive component library designed for the future." background={{ variant: "rotated-rays-animated-grid" }} carouselItems={[ - { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Hero 1" }, - { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "Hero 2" }, - { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image8.avif", imageAlt: "Hero 3" }, - { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Hero 4" }, - { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "Hero 5" }, - { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image8.avif", imageAlt: "Hero 6" }, + { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif?_wi=1", imageAlt: "Hero 1" }, + { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif?_wi=1", imageAlt: "Hero 2" }, + { id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image8.avif?_wi=1", imageAlt: "Hero 3" }, + { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif?_wi=2", imageAlt: "Hero 4" }, + { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif?_wi=2", imageAlt: "Hero 5" }, + { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image8.avif?_wi=2", imageAlt: "Hero 6" }, ]} buttons={[{ text: "Get Started", href: "#" }, { text: "Learn More", href: "#" }]} /> @@ -50,8 +50,8 @@ export default function SaasTemplatePage() { useInvertedBackground={false} features={[ { - title: "Global Infrastructure", description: "Connect with users worldwide through our distributed infrastructure", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Feature 1" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "Feature 2" } + title: "Global Infrastructure", description: "Connect with users worldwide through our distributed infrastructure", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif?_wi=3", imageAlt: "Feature 1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif?_wi=3", imageAlt: "Feature 2" } } ]} />