From d0285680af811165e84b2f10ad8ad7aa45e275cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:49 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ccfbe09..5304bb9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ export default function AboutPage() { { value: "50K+", title: "Happy Customers" }, { value: "1000+", title: "Curated Products" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=8" imageAlt="Beauty brand showcase" useInvertedBackground={false} tagAnimation="slide-up" @@ -112,19 +112,19 @@ export default function AboutPage() { id: 1, title: "Authenticity & Quality", description: "We partner exclusively with authorized distributors to ensure every product meets our rigorous quality standards. No counterfeits, no compromises.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=9", }, { id: 2, title: "Customer-Centric Service", description: "Our beauty consultants provide personalized recommendations and support every step of your journey with us.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=10", }, { id: 3, title: "Inclusive Curation", description: "We celebrate diversity and ensure our collections cater to all skin tones, styles, and preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=11", }, ]} textboxLayout="default" @@ -148,7 +148,7 @@ export default function AboutPage() { handle: "@sarahmitchell", testimonial: "The quality of products is exceptional! I've found my go-to makeup and jewelry pieces here. The booking system makes shopping so convenient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7", imageAlt: "Sarah Mitchell", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { handle: "@jchen_style", testimonial: "Elevate Beauty curates collections perfectly for my taste. Love the premium feel and the customer service is outstanding!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=8", imageAlt: "Jessica Chen", }, { @@ -166,7 +166,7 @@ export default function AboutPage() { handle: "@emmastyle92", testimonial: "Finally found a place where makeup and jewelry collections are equally amazing. The expert recommendations helped me find my perfect shade!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=9", imageAlt: "Emma Rodriguez", }, ]} -- 2.49.1 From faa91c299613bf5b5e7067c57ce89d9f46d120dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:50 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 15d79af..40c289c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -155,19 +155,19 @@ export default function ContactPage() { id: 1, title: "Live Chat Support", description: "Connect with our beauty consultants instantly. Available Monday-Friday, 9am-6pm EST.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=12", }, { id: 2, title: "Email Support", description: "Send us your questions at support@elevatebeauty.com. We respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=13", }, { id: 3, title: "Personal Consultation", description: "Book a one-on-one session with our beauty experts for tailored recommendations and styling advice.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=14", }, ]} textboxLayout="default" -- 2.49.1 From 5d89b545f710363670bfc3fb7e550de11c372d32 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:51 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b279ef3..78dc905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function HomePage() { name: "Luxe Velvet Foundation", price: "$48", variant: "Light Beige • 4 Shades", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg?_wi=1", imageAlt: "Foundation makeup product", }, { @@ -145,7 +145,7 @@ export default function HomePage() { name: "Prismatic Eyeshadow Palette", price: "$56", variant: "12 Colors • Long-wear", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg?_wi=1", imageAlt: "Eyeshadow palette", }, { @@ -153,7 +153,7 @@ export default function HomePage() { name: "Volume Pro Mascara", price: "$32", variant: "Waterproof • 2 Formulas", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg?_wi=1", imageAlt: "Mascara product", }, { @@ -161,7 +161,7 @@ export default function HomePage() { name: "Gold Vermeil Bracelet", price: "$89", variant: "18K Gold • Adjustable", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg?_wi=1", imageAlt: "Gold bracelet", }, { @@ -169,7 +169,7 @@ export default function HomePage() { name: "Sterling Silver Earrings", price: "$64", variant: "Hypoallergenic • Elegant", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg?_wi=1", imageAlt: "Silver earrings", }, { @@ -177,7 +177,7 @@ export default function HomePage() { name: "Pearl Statement Necklace", price: "$124", variant: "Cultured Pearl • 16\" Chain", - imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg?_wi=1", imageAlt: "Pearl necklace", }, ]} @@ -201,25 +201,25 @@ export default function HomePage() { id: 1, title: "Curated Selection", description: "Our team of beauty experts handpicks every product to ensure quality, authenticity, and style.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=1", }, { id: 2, title: "Flexible Booking", description: "Book your orders at your convenience with our flexible scheduling system for personalized shopping.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=2", }, { id: 3, title: "Expert Support", description: "Access personalized recommendations and customer support from our knowledgeable beauty consultants.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=3", }, { id: 4, title: "Secure Checkout", description: "Shop with confidence with our encrypted payment systems and secure order management.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=4", }, ]} textboxLayout="default" @@ -243,7 +243,7 @@ export default function HomePage() { handle: "@sarahmitchell", testimonial: "The quality of products is exceptional! I've found my go-to makeup and jewelry pieces here. The booking system makes shopping so convenient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -252,7 +252,7 @@ export default function HomePage() { handle: "@jchen_style", testimonial: "Elevate Beauty curates collections perfectly for my taste. Love the premium feel and the customer service is outstanding!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jessica Chen", }, { @@ -261,7 +261,7 @@ export default function HomePage() { handle: "@emmastyle92", testimonial: "Finally found a place where makeup and jewelry collections are equally amazing. The expert recommendations helped me find my perfect shade!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Emma Rodriguez", }, { @@ -270,7 +270,7 @@ export default function HomePage() { handle: "@olivia.beauty", testimonial: "The checkout experience is seamless, and the products arrive beautifully packaged. Already recommended to all my friends!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Olivia Thompson", }, { @@ -279,7 +279,7 @@ export default function HomePage() { handle: "@mayap_style", testimonial: "Incredible selection of jewelry pieces and makeup. The quality-to-price ratio is unbeatable. This is my new favorite beauty destination.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Maya Patel", }, { @@ -288,7 +288,7 @@ export default function HomePage() { handle: "@rachelsbeauty", testimonial: "I love how easy it is to find exactly what I'm looking for. The curated collections are fresh and on-trend. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Rachel Green", }, ]} -- 2.49.1 From 940de5c22c640963e23cde2553a759f8ceac41b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:52 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 326421e..eff5453 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -94,7 +94,7 @@ export default function ProductsPage() { name: "Luxe Velvet Foundation", price: "$48", variant: "Light Beige • 4 Shades", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg?_wi=2", imageAlt: "Foundation makeup product", }, { @@ -102,7 +102,7 @@ export default function ProductsPage() { name: "Prismatic Eyeshadow Palette", price: "$56", variant: "12 Colors • Long-wear", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg?_wi=2", imageAlt: "Eyeshadow palette", }, { @@ -110,7 +110,7 @@ export default function ProductsPage() { name: "Volume Pro Mascara", price: "$32", variant: "Waterproof • 2 Formulas", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg?_wi=2", imageAlt: "Mascara product", }, { @@ -118,7 +118,7 @@ export default function ProductsPage() { name: "Gold Vermeil Bracelet", price: "$89", variant: "18K Gold • Adjustable", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg?_wi=2", imageAlt: "Gold bracelet", }, { @@ -126,7 +126,7 @@ export default function ProductsPage() { name: "Sterling Silver Earrings", price: "$64", variant: "Hypoallergenic • Elegant", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg?_wi=2", imageAlt: "Silver earrings", }, { @@ -134,7 +134,7 @@ export default function ProductsPage() { name: "Pearl Statement Necklace", price: "$124", variant: "Cultured Pearl • 16\" Chain", - imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg?_wi=2", imageAlt: "Pearl necklace", }, ]} @@ -158,19 +158,19 @@ export default function ProductsPage() { id: 1, title: "Understand Your Skin Tone", description: "Finding the right foundation shade and undertone is the foundation of a perfect makeup look.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=5", }, { id: 2, title: "Quality Over Quantity", description: "Invest in fewer, high-quality pieces that work together and reflect your personal style.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=6", }, { id: 3, title: "Mix Metals with Confidence", description: "Gold, silver, and rose gold can all be worn together when selected thoughtfully.", - imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=7", }, ]} textboxLayout="default" -- 2.49.1