diff --git a/src/app/page.tsx b/src/app/page.tsx index e448654..3a3aa34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,10 +95,10 @@ export default function LandingPage() { title: "Botanical Innovation", description: "Hand-selected extracts from rare botanical sources, combined with cutting-edge peptide technology for maximum efficacy.", icon: Leaf, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=1", imageAlt: "Natural botanical ingredients" + imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Natural botanical ingredients" }, { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=1", imageAlt: "Luxury formulation process" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Luxury formulation process" } ] }, @@ -106,10 +106,10 @@ export default function LandingPage() { title: "Clinically Tested Results", description: "Every product undergoes rigorous dermatological testing with visible results in as little as 7 days of consistent use.", icon: CheckCircle, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=2", imageAlt: "Clinical testing results" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Clinical testing results" }, { - imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=2", imageAlt: "Quality assurance" + imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Quality assurance" } ] }, @@ -117,10 +117,10 @@ export default function LandingPage() { title: "Eco-Conscious Luxury", description: "Sustainable packaging, cruelty-free formulations, and carbon-neutral production. Luxury that respects our planet.", icon: Leaf, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg?_wi=3", imageAlt: "Sustainable packaging" + imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", imageAlt: "Sustainable packaging" }, { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg?_wi=3", imageAlt: "Eco-friendly production" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg", imageAlt: "Eco-friendly production" } ] } @@ -167,7 +167,7 @@ export default function LandingPage() { id: "1", title: "My Skin Has Never Felt More Radiant", quote: "After just three weeks of using the Radiance Renewal Serum, my skin texture transformed completely. The glow is undeniable, and the ingredients feel so luxurious on my skin.", name: "Eleanor Mitchell", role: "Beauty Editor, Vogue", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Eleanor Mitchell" }, { - id: "2", title: "Worth Every Penny", quote: "I've tried countless expensive serums, but this is the first one that actually delivers on its promises. My dermatologist was impressed with my skin's improvements.", name: "Victoria Chen", role: "Skincare Specialist", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Victoria Chen" + id: "2", title: "Worth Every Penny", quote: "I've tried countless expensive serums, but this is the first one that actually delivers on its promises. My dermatologist was impressed with my skin's improvements.", name: "Victoria Chen", role: "Skincare Specialist", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Chen" }, { id: "3", title: "A Ritual Worth Treasuring", quote: "Using these products feels like a spa experience every morning and night. The packaging is beautiful, the scent is divine, and my skin has never looked better.", name: "Sophie Laurent", role: "Fashion & Lifestyle Blogger", imageSrc: "https://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Sophie Laurent" @@ -179,7 +179,7 @@ export default function LandingPage() { id: "5", title: "The Best Investment in My Skin", quote: "Luxury skincare doesn't have to be complicated. This collection simplified my routine while elevating my results. I recommend it to everyone.", name: "Isabelle Moreau", role: "Aesthetic Consultant", imageSrc: "https://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Isabelle Moreau" }, { - id: "6", title: "Finally, Results That Match the Price", quote: "I've spent small fortunes on skincare. This is the first line where I can honestly say the quality, efficacy, and luxury justify the investment entirely.", name: "Natasha Volkov", role: "Executive, Beauty Industry", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Natasha Volkov" + id: "6", title: "Finally, Results That Match the Price", quote: "I've spent small fortunes on skincare. This is the first line where I can honestly say the quality, efficacy, and luxury justify the investment entirely.", name: "Natasha Volkov", role: "Executive, Beauty Industry", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Natasha Volkov" } ]} textboxLayout="default" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 99f8202..24768ef 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -92,13 +92,13 @@ function ProductPageContent({ params }: ProductPageProps) {