Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:11:33 +00:00

View File

@@ -127,13 +127,13 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Makeup Artist", company: "Bridal Beauty Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg", imageAlt: "Sarah Mitchell portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg?_wi=1", imageAlt: "Sarah Mitchell portrait"},
{
id: "2", name: "Jessica Chen", role: "Wellness Coach", company: "Glow & Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg", imageAlt: "Jessica Chen portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg?_wi=1", imageAlt: "Jessica Chen portrait"},
{
id: "3", name: "Emma Rodriguez", role: "Fashion Blogger", company: "Style & Substance", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg", imageAlt: "Emma Rodriguez portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg?_wi=1", imageAlt: "Emma Rodriguez portrait"},
{
id: "4", name: "Olivia James", role: "CEO", company: "Luxe Wellness", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13873.jpg", imageAlt: "Olivia James portrait"},
@@ -156,11 +156,11 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "93%", title: "Visible Results", description: "Customers report visible improvements within 2 weeks", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg", imageAlt: "Skincare results showcase"},
id: "1", value: "93%", title: "Visible Results", description: "Customers report visible improvements within 2 weeks", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg?_wi=2", imageAlt: "Skincare results showcase"},
{
id: "2", value: "50K+", title: "Happy Customers", description: "Trusted by beauty enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg", imageAlt: "Customer satisfaction"},
id: "2", value: "50K+", title: "Happy Customers", description: "Trusted by beauty enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg?_wi=2", imageAlt: "Customer satisfaction"},
{
id: "3", value: "4.9★", title: "Average Rating", description: "Consistently rated among top skincare brands", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg", imageAlt: "Product ratings"},
id: "3", value: "4.9★", title: "Average Rating", description: "Consistently rated among top skincare brands", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg?_wi=2", imageAlt: "Product ratings"},
]}
/>
</div>