Update src/app/page.tsx

This commit is contained in:
2026-03-22 03:33:09 +00:00
parent 40d6006169
commit af4c40edef

View File

@@ -59,19 +59,19 @@ export default function LandingPage() {
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"
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=1"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1"
}
]}
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"
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=2"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2"
}
]}
ariaLabel="Customer testimonials for Heroines skincare"