From 050bddb425311a388534864fc0cb7248433cc101 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:26:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b4b4b7..c850488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg", imageAlt: "Luxury lash studio ambiance" }, - { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Professional lash extension result" }, - { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Luxury lash styling detail" }, - { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Eyelash enhancement showcase" }, - { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Professional lash portfolio" }, - { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg", imageAlt: "Beauty studio aesthetic" } + { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg?_wi=1", imageAlt: "Luxury lash studio ambiance" }, + { id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=1", imageAlt: "Professional lash extension result" }, + { id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=1", imageAlt: "Luxury lash styling detail" }, + { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=1", imageAlt: "Eyelash enhancement showcase" }, + { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=1", imageAlt: "Professional lash portfolio" }, + { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150218001.jpg?_wi=2", imageAlt: "Beauty studio aesthetic" } ]} autoPlay={true} autoPlayInterval={4000} @@ -90,43 +90,43 @@ export default function LandingPage() { { title: "Classic Lashes", description: "Timeless elegance with individual lash extensions applied to enhance your natural lash line.", icon: Eye, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Classic lash extension result" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Classic lash styling" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=2", imageAlt: "Classic lash extension result" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=2", imageAlt: "Classic lash styling" } ] }, { title: "Hybrid Lashes", description: "The perfect blend of classic and volume techniques for a natural yet dramatic look.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Hybrid lash extension" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Hybrid lash result" } + { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=2", imageAlt: "Hybrid lash extension" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=2", imageAlt: "Hybrid lash result" } ] }, { title: "Volume Lashes", description: "Fuller, more dramatic lashes created with multiple ultra-fine extensions for maximum impact.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Volume lash extension detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Volume lash showcase" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=3", imageAlt: "Volume lash extension detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=3", imageAlt: "Volume lash showcase" } ] }, { title: "Lash Fills", description: "Maintain your beautiful lashes with expert touch-up fills every 2-3 weeks.", icon: RefreshCw, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Lash fill maintenance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Lash fill service" } + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=3", imageAlt: "Lash fill maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=3", imageAlt: "Lash fill service" } ] }, { title: "Waxing Services", description: "Professional eyebrow and facial waxing for perfectly groomed, polished results.", icon: Scissors, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Professional waxing service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Eyebrow waxing result" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=4", imageAlt: "Professional waxing service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=4", imageAlt: "Eyebrow waxing result" } ] }, { title: "Lash Removal", description: "Safe and gentle lash extension removal when you're ready for a break or change.", icon: Trash2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Safe lash removal process" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Professional lash care" } + { imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=4", imageAlt: "Safe lash removal process" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=4", imageAlt: "Professional lash care" } ] } ]} @@ -144,10 +144,10 @@ export default function LandingPage() { tagIcon={Camera} tagAnimation="slide-up" products={[ - { id: "1", name: "Classic Set", price: "Natural Elegance", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg", imageAlt: "Classic lash set showcase" }, - { id: "2", name: "Volume Set", price: "Dramatic Beauty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg", imageAlt: "Volume lash transformation" }, - { id: "3", name: "Hybrid Set", price: "Balanced Glamour", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg", imageAlt: "Hybrid lash result" }, - { id: "4", name: "Glam Set", price: "Full Impact", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", imageAlt: "Glam lash showcase" } + { id: "1", name: "Classic Set", price: "Natural Elegance", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-gold-body-painting_23-2150466387.jpg?_wi=5", imageAlt: "Classic lash set showcase" }, + { id: "2", name: "Volume Set", price: "Dramatic Beauty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-wearing-pink-makeup_23-2149394105.jpg?_wi=5", imageAlt: "Volume lash transformation" }, + { id: "3", name: "Hybrid Set", price: "Balanced Glamour", imageSrc: "http://img.b2bpic.net/free-photo/pure-eye-makeup-with-brown-eyeshadow_114579-8619.jpg?_wi=5", imageAlt: "Hybrid lash result" }, + { id: "4", name: "Glam Set", price: "Full Impact", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg?_wi=5", imageAlt: "Glam lash showcase" } ]} gridVariant="two-columns-alternating-heights" animationType="scale-rotate" @@ -165,10 +165,10 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell, Marketing Executive", date: "Date: January 15, 2025", title: "Absolutely life-changing experience!", quote: "I've never felt more confident in my own skin. The lashes are perfectly applied and incredibly comfortable. I love waking up feeling beautiful without any makeup!", tag: "Classic Set", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", imageAlt: "Client satisfaction photo" + id: "1", name: "Sarah Mitchell, Marketing Executive", date: "Date: January 15, 2025", title: "Absolutely life-changing experience!", quote: "I've never felt more confident in my own skin. The lashes are perfectly applied and incredibly comfortable. I love waking up feeling beautiful without any makeup!", tag: "Classic Set", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg?_wi=1", imageAlt: "Client satisfaction photo" }, { - id: "2", name: "Jessica Chen, Fashion Designer", date: "Date: December 28, 2024", title: "Artistry at its finest!", quote: "The attention to detail is stunning. She understands exactly what complements each face shape. My lashes have become my signature look, and everyone asks where I get them done.", tag: "Volume Set", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", avatarAlt: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", imageAlt: "Jessica with lash extensions" + id: "2", name: "Jessica Chen, Fashion Designer", date: "Date: December 28, 2024", title: "Artistry at its finest!", quote: "The attention to detail is stunning. She understands exactly what complements each face shape. My lashes have become my signature look, and everyone asks where I get them done.", tag: "Volume Set", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", avatarAlt: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg?_wi=1", imageAlt: "Jessica with lash extensions" }, { id: "3", name: "Amanda Rodriguez, Entrepreneur", date: "Date: January 8, 2025", title: "Professional and luxurious!", quote: "The studio is beautifully designed and so relaxing. She takes time to understand exactly what you want. The quality is premium, and the results last perfectly between fills.", tag: "Hybrid Set", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-towel-using-beauty-product_1157-31098.jpg", avatarAlt: "Amanda Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-towel-using-beauty-product_1157-31098.jpg", imageAlt: "Amanda with styled lashes" @@ -177,10 +177,10 @@ export default function LandingPage() { id: "4", name: "Michelle Park, Physician", date: "Date: January 12, 2025", title: "Worth every penny!", quote: "As a busy professional, I don't have time for makeup. These lashes give me that polished, put-together look effortlessly. The fills are quick and the longevity is incredible.", tag: "Volume Set", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-skin-care_1303-14011.jpg", avatarAlt: "Michelle Park", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-skin-care_1303-14011.jpg", imageAlt: "Michelle satisfied with results" }, { - id: "5", name: "Emily Thompson, Event Planner", date: "Date: January 10, 2025", title: "My new favorite beauty secret!", quote: "I've recommended her to everyone I know. The professionalism, cleanliness, and artistry are unmatched. My lashes look natural yet dramatic – exactly what I wanted.", tag: "Classic Set", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", avatarAlt: "Emily Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", imageAlt: "Emily with beautiful lashes" + id: "5", name: "Emily Thompson, Event Planner", date: "Date: January 10, 2025", title: "My new favorite beauty secret!", quote: "I've recommended her to everyone I know. The professionalism, cleanliness, and artistry are unmatched. My lashes look natural yet dramatic – exactly what I wanted.", tag: "Classic Set", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg", avatarAlt: "Emily Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-goodlooking-blond-woman-white-dress-talking-phone-hold-smartphone-near-ear-look-upbeat-camera-smiling-discuss-friends-date-stand-pink-background_1258-93858.jpg?_wi=2", imageAlt: "Emily with beautiful lashes" }, { - id: "6", name: "Victoria Sterling, Luxury Boutique Owner", date: "Date: January 5, 2025", title: "Elevated beauty experience!", quote: "This isn't just a lash appointment – it's a luxury experience. The ambiance, the service, the results... everything is premium. I book my fills months in advance.", tag: "Glam Set", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", avatarAlt: "Victoria Sterling", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", imageAlt: "Victoria with glamorous lashes" + id: "6", name: "Victoria Sterling, Luxury Boutique Owner", date: "Date: January 5, 2025", title: "Elevated beauty experience!", quote: "This isn't just a lash appointment – it's a luxury experience. The ambiance, the service, the results... everything is premium. I book my fills months in advance.", tag: "Glam Set", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg", avatarAlt: "Victoria Sterling", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-beautiful-woman-hairdresser-apron-looking-front-feeling-positive-emotions-with-hands-her-cheeks-standing-green-wall_141793-71508.jpg?_wi=2", imageAlt: "Victoria with glamorous lashes" } ]} textboxLayout="default" -- 2.49.1