diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b3cf41b..056287c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -105,7 +105,7 @@ export default function AboutPage() { description="We deliver uncompromising quality in every aspect of our business" tag="Premium Quality" tagIcon={Crown} - imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-24141.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-24141.jpg?_wi=3" imageAlt="Perfume crafting process and ingredients" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 281c72d..d4a2d33 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -101,7 +101,7 @@ export default function CollectionsPage() { { text: "Browse All", href: "#" }, { text: "Find Your Scent", href: "#" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg?_wi=2" imageAlt="Premium perfume collection showcase" mediaAnimation="slide-up" useInvertedBackground={false} @@ -115,7 +115,7 @@ export default function CollectionsPage() { id: "1", name: "Midnight Noir", price: "$185.00", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=5", imageAlt: "Midnight Noir luxury perfume bottle", initialQuantity: 1, }, @@ -123,7 +123,7 @@ export default function CollectionsPage() { id: "2", name: "Emerald Essence", price: "$165.00", - imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=4", imageAlt: "Emerald Essence fragrance bottle", initialQuantity: 1, }, @@ -131,7 +131,7 @@ export default function CollectionsPage() { id: "3", name: "White Rose Vintage", price: "$195.00", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg?_wi=4", imageAlt: "White Rose Vintage premium perfume", initialQuantity: 1, }, @@ -154,28 +154,28 @@ export default function CollectionsPage() { id: "men-1", name: "Men's Collection", price: "$160-$200", - 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=3", imageAlt: "Men's fragrance collection", }, { id: "women-1", name: "Women's Collection", price: "$165-$215", - imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg?_wi=3", imageAlt: "Women's fragrance collection", }, { id: "unisex-1", name: "Unisex Collection", price: "$155-$195", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg?_wi=3", imageAlt: "Unisex fragrance collection", }, { id: "limited-1", name: "Limited Edition", price: "$250-$400", - 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: "Limited edition fragrances", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b66dfd..397c171 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +