Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-22 03:32:49 +00:00

View File

@@ -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"