diff --git a/src/app/page.tsx b/src/app/page.tsx index eb33876..2a1d239 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,29 +84,29 @@ export default function LandingPage() { { title: "Professional Makeup Fundamentals", description: "Master skin analysis, color correction, HD base techniques, contouring, highlighting, bronzing, blush placement, and flawless finishes for any occasion.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg", imageAlt: "Makeup fundamentals" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-making-video-her-online-followers_23-2148916342.jpg", imageAlt: "Studio technique" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg?_wi=1", imageAlt: "Makeup fundamentals" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-making-video-her-online-followers_23-2148916342.jpg?_wi=1", imageAlt: "Studio technique" } ] }, { title: "Advanced Eye Makeup Techniques", description: "Learn 15+ eye makeup styles including cut crease, smokey eye, Arabic eye, glittery eye, cat eye, and fantasy eye makeup for maximum impact.", icon: Eye, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg", imageAlt: "Eye makeup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg", imageAlt: "Makeup tools" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg?_wi=2", imageAlt: "Eye makeup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg?_wi=1", imageAlt: "Makeup tools" } ] }, { title: "Bridal & Glam Artistry", description: "Specialize in engagement, reception, modern bridal, and nude bridal makeup with long-wear techniques and HD finishes for perfect wedding day looks.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-making-video-her-online-followers_23-2148916342.jpg", imageAlt: "Bridal makeup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg", imageAlt: "Bridal styling" } + { imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-making-video-her-online-followers_23-2148916342.jpg?_wi=2", imageAlt: "Bridal makeup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-artist-applying-make-up-model_23-2148398660.jpg?_wi=3", imageAlt: "Bridal styling" } ] }, { title: "Professional Hairstyling", description: "Master hair preparation, blow drying, bridal buns, soft curls, beach waves, Hollywood waves, textured buns, and half-up hairstyles.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-afro-american-model-fashion-brazilian-woman-pose-indoor_627829-12250.jpg", imageAlt: "Hair styling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg", imageAlt: "Styling tools" } + { imageSrc: "http://img.b2bpic.net/free-photo/set-black-makeup-brushes-isolated-white_1385-2784.jpg?_wi=2", imageAlt: "Styling tools" } ] } ]}