From 6f6561dc89dba72c524f207c3ae808530ddf7f0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:28:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdaeae6..ffad66d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { text: "Get Started", href: "#features"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yw2kn" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yw2kn&_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Great App", quote: "I never have to worry about my oil changes anymore. Everything is automated!", tag: "Trusted", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46yyvb", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yw2kn", imageAlt: "young woman smartphone portrait"}, + id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Great App", quote: "I never have to worry about my oil changes anymore. Everything is automated!", tag: "Trusted", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=46yyvb", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yw2kn&_wi=2", imageAlt: "young woman smartphone portrait"}, { id: "t2", name: "Mark D.", date: "Dec 2024", title: "Lifesaver", quote: "The parking locator is a game changer for me. Simple and effective.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzfmtd", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k6ziex", imageAlt: "young woman smartphone portrait"}, { -- 2.49.1