From 40d600616957092889c5f5025f5a45d84a57f50e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:32:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0971c5c..31e973f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,26 +52,26 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/assortment-cosmetic-bottles-jars_23-2152029108.jpg" imageAlt="Premium skincare products" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Mitchell", handle: "@skincare_lover", testimonial: "My skin has never looked better. The results are incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg" }, { name: "Jessica Chen", handle: "@wellness_journey", testimonial: "Finally found products that work for sensitive skin. Absolutely love it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg" }, { name: "Emma Rodriguez", handle: "@beauty_essentials", testimonial: "The glow is real. Everyone asks what I'm using!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg" }, { name: "Olivia Brooks", handle: "@natural_beauty", testimonial: "Worth every penny. My favorite skincare brand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg" } ]} avatars={[ @@ -186,19 +186,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Makeup Artist", company: "Beauty Studios NYC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg" }, { id: "2", name: "Jessica Chen", role: "Wellness Coach", company: "Zen Living Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg" }, { id: "3", name: "Emma Rodriguez", role: "Fashion Designer", company: "Emma's Atelier", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg" }, { id: "4", name: "Olivia Brooks", role: "Entrepreneur", company: "Brooks Wellness", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg" } ]} ariaLabel="Customer testimonials for Heroines skincare" -- 2.49.1