From 8ff029a7b86c4fee51e3788a3b5616225a26bb9b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:26 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7ccb6d0..38056f9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,28 +54,28 @@ export default function AboutPage() { id: "story-1", title: "Premium Sourcing", tags: ["Direct from Brands", "Authenticity Guaranteed"], - imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=4", imageAlt: "Premium fragrance sourcing", }, { id: "story-2", title: "Expert Curation", tags: ["Handpicked Selection", "Global Experts"], - imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg?_wi=3", imageAlt: "Expert fragrance curation", }, { id: "story-3", title: "Luxury Packaging", tags: ["Elegant Presentation", "Premium Materials"], - imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=4", imageAlt: "Luxury packaging design", }, { id: "story-4", title: "Customer First", tags: ["24/7 Support", "Satisfaction Guaranteed"], - imageSrc: "http://img.b2bpic.net/free-vector/tea-box-with-floral-design_23-2148400359.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tea-box-with-floral-design_23-2148400359.jpg?_wi=3", imageAlt: "Customer service excellence", }, ]} @@ -97,28 +97,28 @@ export default function AboutPage() { id: "value-1", title: "100% Authenticity", tags: ["Verified Sources", "Money-Back Guarantee"], - imageSrc: "http://img.b2bpic.net/free-vector/beautiful-floral-cards-with-lovely-flowers_1361-1324.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/beautiful-floral-cards-with-lovely-flowers_1361-1324.jpg?_wi=2", imageAlt: "Authenticity assurance", }, { id: "value-2", title: "Exceptional Quality", tags: ["Premium Selection", "Rigorous Testing"], - imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/wedding-anniversary-instagram-stories_23-2148919972.jpg?_wi=3", imageAlt: "Quality commitment", }, { id: "value-3", title: "Sustainable Practices", tags: ["Eco-Friendly", "Ethical Sourcing"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226109.jpg?_wi=2", imageAlt: "Sustainability focus", }, { id: "value-4", title: "Community Trust", tags: ["Transparent", "Customer Focused"], - imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=4", imageAlt: "Community building", }, ]} @@ -141,7 +141,7 @@ export default function AboutPage() { name: "Sarah Mitchell", role: "Fashion Enthusiast", testimonial: "Royal Scent offers the most authentic luxury fragrances. Every purchase feels like an investment in elegance. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28940.jpg?_wi=2", imageAlt: "Sarah Mitchell testimonial", }, { @@ -149,7 +149,7 @@ export default function AboutPage() { name: "James Richardson", role: "Executive", testimonial: "The quality and selection are unmatched. Their customer service made my shopping experience absolutely seamless and enjoyable.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-man-elegant-black-suit-dark-background_613910-14840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-man-elegant-black-suit-dark-background_613910-14840.jpg?_wi=2", imageAlt: "James Richardson testimonial", }, { @@ -157,7 +157,7 @@ export default function AboutPage() { name: "Emma Thompson", role: "Beauty Blogger", testimonial: "I've been a loyal customer for over a year. The scents are genuine, the packaging is stunning, and delivery is always prompt.", - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg?_wi=2", imageAlt: "Emma Thompson testimonial", }, { @@ -165,7 +165,7 @@ export default function AboutPage() { name: "Marcus Williams", role: "Entrepreneur", testimonial: "Royal Scent understands luxury. Every fragrance is carefully selected. Best investment for someone who values quality and sophistication.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-man-by-skyscraper_1303-10312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-man-by-skyscraper_1303-10312.jpg?_wi=2", imageAlt: "Marcus Williams testimonial", }, ]} -- 2.49.1 From 941fa556162dee5a87e382810442556f1b3de50a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:26 +0000 Subject: [PATCH 2/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index f8a13fe..54d6ed7 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -22,7 +22,7 @@ export default function CartPage() { id: "cart-1", name: "Essence Noir - Men's Cologne", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=5", imageAlt: "Essence Noir luxury mens cologne bottle", initialQuantity: 2, }, @@ -30,7 +30,7 @@ export default function CartPage() { id: "cart-2", name: "Rose Elegance - Women's Perfume", price: "$94.99", - imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-floral-cards-collection_23-2149017015.jpg?_wi=5", imageAlt: "Rose Elegance premium womens perfume", initialQuantity: 1, }, @@ -38,7 +38,7 @@ export default function CartPage() { id: "cart-3", name: "Midnight Dream - Premium Cologne", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=5", imageAlt: "Midnight Dream bestseller mens cologne", initialQuantity: 1, }, -- 2.49.1 From 2eefeb724da324e132cbfb598e1f7b753147e3d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:27 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f8d8638..a0e6b0d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +