From 5821a91043a02cbb66b1a64fdb9f785f643bd9b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:23:29 +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 b6a3ce4..4e9ec8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,10 +138,10 @@ export default function LandingPage() { tagIcon={Heart} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Luminous Serum gave me the glow I always wanted. Highly recommend SkinGlow to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Luminous Serum gave me the glow I always wanted. Highly recommend SkinGlow to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Jessica Chen", handle: "@beautybyjessica", testimonial: "As a skincare enthusiast, I'm impressed by the quality and results. These products are worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg", imageAlt: "Jessica Chen" + id: "2", name: "Jessica Chen", handle: "@beautybyjessica", testimonial: "As a skincare enthusiast, I'm impressed by the quality and results. These products are worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg?_wi=1", imageAlt: "Jessica Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@empoweredbeauty", testimonial: "The Radiant Moisturizer solved my dry skin issues. My complexion is now hydrated, smooth, and absolutely radiant.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Rodriguez" @@ -150,10 +150,10 @@ export default function LandingPage() { id: "4", name: "Michelle Thompson", handle: "@skincarepro", testimonial: "Finally found a skincare brand that delivers on its promises. The entire SkinGlow collection is a game-changer for me.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg", imageAlt: "Michelle Thompson" }, { - id: "5", name: "Laura Bennett", handle: "@beautyseeker", testimonial: "Quality ingredients, visible results, and customer service that actually cares. SkinGlow is my new skincare destination.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg", imageAlt: "Laura Bennett" + id: "5", name: "Laura Bennett", handle: "@beautyseeker", testimonial: "Quality ingredients, visible results, and customer service that actually cares. SkinGlow is my new skincare destination.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg?_wi=2", imageAlt: "Laura Bennett" }, { - id: "6", name: "Sophie Wilson", handle: "@glowinglaurie", testimonial: "After just two weeks, my friends noticed how much my skin improved. SkinGlow products are absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg", imageAlt: "Sophie Wilson" + id: "6", name: "Sophie Wilson", handle: "@glowinglaurie", testimonial: "After just two weeks, my friends noticed how much my skin improved. SkinGlow products are absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg?_wi=2", imageAlt: "Sophie Wilson" } ]} animationType="slide-up" -- 2.49.1