diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3df813e..5278c37 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { title: "Empower Confidence", subtitle: "Our core mission", description: "To empower individuals with premium, natural beauty and skincare solutions that enhance confidence and promote healthy, radiant skin. Each product is carefully formulated, rigorously tested, and designed to deliver visible results.", - imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg?_wi=1", imageAlt: "Research and development" }, { @@ -60,7 +60,7 @@ export default function AboutPage() { title: "Global Leadership", subtitle: "Our long-term vision", description: "To become the world's most trusted luxury beauty brand, recognized for quality, sustainability, and transformative skincare innovation. We believe beauty is personal, confidence is earned, and glowing skin starts with the right care.", - imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg?_wi=2", imageAlt: "Innovation lab" }, { @@ -69,7 +69,7 @@ export default function AboutPage() { title: "Natural Excellence", subtitle: "What we stand for", description: "We are committed to using 100% natural ingredients, cruelty-free practices, and eco-friendly packaging. Every product undergoes rigorous testing and is dermatologically approved. We believe in transparency, quality, and delivering genuine results.", - imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experiments-chemical-laboratory-experiment-was-carried-out-laboratory-transparent-flasks_146671-18103.jpg?_wi=3", imageAlt: "Quality standards" } ]} @@ -91,7 +91,7 @@ export default function AboutPage() { role: "Beauty Enthusiast", company: "NYC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { @@ -100,7 +100,7 @@ export default function AboutPage() { role: "Skincare Professional", company: "Los Angeles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { @@ -109,7 +109,7 @@ export default function AboutPage() { role: "Wellness Coach", company: "San Francisco", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg?_wi=2", imageAlt: "Jessica Chen" }, { @@ -118,7 +118,7 @@ export default function AboutPage() { role: "Fashion Blogger", company: "Miami", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Rachel Williams" }, { @@ -127,7 +127,7 @@ export default function AboutPage() { role: "Dermatologist", company: "Boston", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", imageAlt: "Amanda Davis" }, { @@ -136,7 +136,7 @@ export default function AboutPage() { role: "Entrepreneur", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg?_wi=2", imageAlt: "Michelle Garcia" } ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 44e9ea9..cb7d9b4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { description="Have questions about our products or services? Contact our friendly team and we'll get back to you as soon as possible. Your feedback helps us improve and serve you better." background={{ variant: "downward-rays-static" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=4" imageAlt="Contact GlowAura" mediaPosition="right" inputPlaceholder="your@email.com" diff --git a/src/app/mens/page.tsx b/src/app/mens/page.tsx index f97d203..38bb483 100644 --- a/src/app/mens/page.tsx +++ b/src/app/mens/page.tsx @@ -52,7 +52,7 @@ export default function MensPage() { title: "Beard Care Collection", subtitle: "Ultimate beard maintenance and styling", description: "Complete beard care range including premium beard oils, styling creams, and grooming tools. Natural, paraben-free formulas that nourish and strengthen. Designed for all beard types.", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=2", imageAlt: "Beard Oil", buttons: [{ text: "Explore", href: "/shop" }] }, @@ -62,7 +62,7 @@ export default function MensPage() { title: "Charcoal Face Wash", subtitle: "Deep cleanse without harshness", description: "Activated charcoal removes impurities and excess oil while maintaining skin balance. Anti-acne formula clinically proven to reduce breakouts. Suitable for sensitive skin.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg?_wi=1", imageAlt: "Charcoal Face Wash", buttons: [{ text: "Discover", href: "/shop" }] }, @@ -72,7 +72,7 @@ export default function MensPage() { title: "Premium Fragrances", subtitle: "Sophisticated scents for every occasion", description: "Bold, masculine fragrances that make a statement. Long-lasting formula with natural ingredients. Perfect for work, casual, or special occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=1", imageAlt: "Men's Perfume", buttons: [{ text: "Shop Now", href: "/mens" }] } @@ -97,7 +97,7 @@ export default function MensPage() { price: "$65.00", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=3", imageAlt: "Beard Oil" }, { @@ -107,7 +107,7 @@ export default function MensPage() { price: "$45.00", rating: 5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg?_wi=2", imageAlt: "Face Wash" }, { @@ -117,7 +117,7 @@ export default function MensPage() { price: "$95.00", rating: 5, reviewCount: "1.1k", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=2", imageAlt: "Men's Perfume" } ]} @@ -131,7 +131,7 @@ export default function MensPage() { description="Subscribe to receive grooming guides, product recommendations, and exclusive discounts for our male community" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=4" imageAlt="Men's grooming products" mediaPosition="right" inputPlaceholder="Enter your email" diff --git a/src/app/page.tsx b/src/app/page.tsx index 780b3c3..8a2c44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { price: "$89.00", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=1", imageAlt: "Vitamin C Serum" }, { @@ -89,7 +89,7 @@ export default function HomePage() { price: "$125.00", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1", imageAlt: "Night Cream" }, { @@ -99,7 +99,7 @@ export default function HomePage() { price: "$65.00", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=1", imageAlt: "Beard Oil" } ]} @@ -138,7 +138,7 @@ export default function HomePage() { role: "Beauty Enthusiast", company: "NYC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135471.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { @@ -147,7 +147,7 @@ export default function HomePage() { role: "Skincare Professional", company: "Los Angeles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Emily Rodriguez" }, { @@ -156,7 +156,7 @@ export default function HomePage() { role: "Wellness Coach", company: "San Francisco", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg?_wi=1", imageAlt: "Jessica Chen" }, { @@ -165,7 +165,7 @@ export default function HomePage() { role: "Fashion Blogger", company: "Miami", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1", imageAlt: "Rachel Williams" }, { @@ -174,7 +174,7 @@ export default function HomePage() { role: "Dermatologist", company: "Boston", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Amanda Davis" }, { @@ -183,7 +183,7 @@ export default function HomePage() { role: "Entrepreneur", company: "Austin", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg?_wi=1", imageAlt: "Michelle Garcia" } ]} @@ -215,7 +215,7 @@ export default function HomePage() { description="Subscribe to receive beauty tips, product launches, and exclusive discounts delivered to your inbox" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=1" imageAlt="Newsletter subscription" mediaPosition="right" inputPlaceholder="Enter your email" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8d05438..38ad959 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -55,7 +55,7 @@ export default function ShopPage() { price: "$89.00", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=4", imageAlt: "Vitamin C Serum" }, { @@ -65,7 +65,7 @@ export default function ShopPage() { price: "$125.00", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=3", imageAlt: "Night Cream" }, { @@ -75,7 +75,7 @@ export default function ShopPage() { price: "$75.00", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg?_wi=3", imageAlt: "Sunscreen" }, { @@ -85,7 +85,7 @@ export default function ShopPage() { price: "$110.00", rating: 5, reviewCount: "1.9k", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg?_wi=2", imageAlt: "Luxury Perfume" }, { @@ -95,7 +95,7 @@ export default function ShopPage() { price: "$65.00", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=5", imageAlt: "Beard Oil" }, { @@ -105,7 +105,7 @@ export default function ShopPage() { price: "$45.00", rating: 5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg?_wi=3", imageAlt: "Face Wash" } ]} @@ -132,7 +132,7 @@ export default function ShopPage() { description="Get notified about new arrivals, exclusive collections, and special promotions" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=3" imageAlt="New product collections" mediaPosition="left" inputPlaceholder="Enter your email" diff --git a/src/app/womens/page.tsx b/src/app/womens/page.tsx index 629ae12..1ea6435 100644 --- a/src/app/womens/page.tsx +++ b/src/app/womens/page.tsx @@ -52,7 +52,7 @@ export default function WomensPage() { title: "Face Serums", subtitle: "Advanced hydration and brightening", description: "Our face serums are formulated with natural ingredients to restore luminosity and even skin tone. Infused with vitamin C and hyaluronic acid for maximum radiance. Suitable for all skin types, dermatologically tested.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=2", imageAlt: "Face Serum", buttons: [{ text: "Explore", href: "/shop" }] }, @@ -62,7 +62,7 @@ export default function WomensPage() { title: "Sunscreen SPF 50", subtitle: "Premium UV protection with a light feel", description: "Broad-spectrum protection that prevents sun damage and premature aging. Lightweight, non-greasy formula that won't clog pores. 100% natural ingredients, cruelty-free, and eco-friendly packaging.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg?_wi=1", imageAlt: "Sunscreen SPF 50", buttons: [{ text: "Discover", href: "/shop" }] }, @@ -72,7 +72,7 @@ export default function WomensPage() { title: "Signature Perfumes", subtitle: "Luxurious scents that last all day", description: "Handcrafted fragrances with premium ingredients from around the world. Each scent tells a story of elegance and sophistication. Long-lasting formula with natural essential oils.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6907.jpg?_wi=1", imageAlt: "Luxury Perfume", buttons: [{ text: "Shop Now", href: "/womens" }] } @@ -97,7 +97,7 @@ export default function WomensPage() { price: "$89.00", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=3", imageAlt: "Vitamin C Serum" }, { @@ -107,7 +107,7 @@ export default function WomensPage() { price: "$125.00", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Night Cream" }, { @@ -117,7 +117,7 @@ export default function WomensPage() { price: "$75.00", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-skincare-product-beach_23-2150167906.jpg?_wi=2", imageAlt: "Sunscreen" } ]} @@ -131,7 +131,7 @@ export default function WomensPage() { description="Join our community of beauty enthusiasts and receive personalized skincare recommendations" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=2" imageAlt="Women's beauty collection" mediaPosition="left" inputPlaceholder="Enter your email"