From 29a4c8508f527a41679da6495041e7bf90a72adb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:41:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" } } ]} /> -- 2.49.1