From 10dd18f66b1a5c7c7addcd896ab8ce4d2b43ae45 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 17:01:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6f3ee5..65aad78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { buttons={[{ text: "Shop Collection", href: "#products" }]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15372.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15372.jpg?_wi=1" mediaAnimation="blur-reveal" frameStyle="card" - videoSrc="http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15372.jpg" + videoSrc="http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15372.jpg?_wi=2" /> @@ -87,11 +87,11 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Elena V.", role: "Journalist", testimonial: "My skin has never felt this hydrated and calm. Absolutely obsessed.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-with-blond-hair_176420-28338.jpg" }, + { id: "1", name: "Elena V.", role: "Journalist", testimonial: "My skin has never felt this hydrated and calm. Absolutely obsessed.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-with-blond-hair_176420-28338.jpg?_wi=1" }, { id: "2", name: "Marcus L.", role: "Yoga Instructor", testimonial: "Finally, a brand that stays true to clean, transparent ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-concept-beautiful-woman-with-clean-fresh-skin-close-up-pink-studio-skin-care-face-cosmetology_1258-1046.jpg" }, { id: "3", name: "Sarah P.", role: "Designer", testimonial: "The glow is real! Botanical Serum is now a staple in my routine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-standing-towel_1157-29489.jpg" }, { id: "4", name: "David W.", role: "Architect", testimonial: "Sophisticated formulas with a genuine touch of nature. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-posing-with-flower_23-2150396585.jpg" }, - { id: "5", name: "Clara M.", role: "Wellness Coach", testimonial: "Pure ingredients that deliver visible results. A conscious choice for my daily ritual.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-with-blond-hair_176420-28338.jpg" } + { id: "5", name: "Clara M.", role: "Wellness Coach", testimonial: "Pure ingredients that deliver visible results. A conscious choice for my daily ritual.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-with-blond-hair_176420-28338.jpg?_wi=2" } ]} title="Loved by Nature" description="Hear from our community of conscious beauty lovers." -- 2.49.1