diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1a32212..dbe514b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -97,11 +97,11 @@ export default function AboutPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149172447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149172447.jpg?_wi=3", imageAlt: "Seasonal garden flowers spring blooms editorial", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29294.jpg?_wi=5", imageAlt: "Spring composition with bouquet of flowers", }, ] @@ -112,11 +112,11 @@ export default function AboutPage() { icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg?_wi=5", imageAlt: "Woman florist in her own floral shop taking care of flowers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910704.jpg?_wi=5", imageAlt: "Abstract floral design studio", }, ] @@ -127,11 +127,11 @@ export default function AboutPage() { icon: Rose, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg?_wi=3", imageAlt: "Front view woman working with flowers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-original-wedding-floral-decoration_181624-33111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-original-wedding-floral-decoration_181624-33111.jpg?_wi=5", imageAlt: "Beautiful shot original wedding floral decoration", }, ] @@ -142,11 +142,11 @@ export default function AboutPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-red-white-roses-black-background_181624-3560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-red-white-roses-black-background_181624-3560.jpg?_wi=5", imageAlt: "Vertical closeup shot red white roses", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-bloomed-flower-close-up_23-2148862751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-bloomed-flower-close-up_23-2148862751.jpg?_wi=2", imageAlt: "Pretty bloomed flower close up", }, ] @@ -170,7 +170,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg?_wi=6" imageAlt="The Flower Lady florist arranging flowers" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx index 08c9f18..66438f2 100644 --- a/src/app/bouquets/page.tsx +++ b/src/app/bouquets/page.tsx @@ -84,7 +84,7 @@ export default function BouquetsPage() { price: "From £45", rating: 5, reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29294.jpg?_wi=3", imageAlt: "Classic elegant bouquet arrangement", }, { @@ -94,7 +94,7 @@ export default function BouquetsPage() { price: "From £55", rating: 5, reviewCount: "28", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pink-gerbera-rose-flower-bouquet_23-2148075276.jpg?_wi=2", imageAlt: "Vibrant colorful flower bouquet", }, { @@ -104,7 +104,7 @@ export default function BouquetsPage() { price: "From £65", rating: 5, reviewCount: "35", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-red-white-roses-black-background_181624-3560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-red-white-roses-black-background_181624-3560.jpg?_wi=3", imageAlt: "Romantic red and white roses bouquet", }, ]} @@ -138,7 +138,7 @@ export default function BouquetsPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg?_wi=2" imageAlt="The Flower Lady florist arranging flowers" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5c4bbc1..b66aa3a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg?_wi=7" imageAlt="The Flower Lady florist arranging flowers" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9d8c30e..e09c262 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -46,7 +46,7 @@ export default function GalleryPage() { price: "Bespoke", rating: 5, reviewCount: "Curated", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910704.jpg?_wi=4", imageAlt: "Luxury floral arrangement detail", }, { @@ -56,7 +56,7 @@ export default function GalleryPage() { price: "Local", rating: 5, reviewCount: "Herne Hill", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg?_wi=2", imageAlt: "Florist shop interior display", }, { @@ -66,7 +66,7 @@ export default function GalleryPage() { price: "Premium", rating: 5, reviewCount: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149172447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149172447.jpg?_wi=2", imageAlt: "Seasonal garden flowers", }, { @@ -76,7 +76,7 @@ export default function GalleryPage() { price: "Bespoke", rating: 5, reviewCount: "Events", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-original-wedding-floral-decoration_181624-33111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-original-wedding-floral-decoration_181624-33111.jpg?_wi=4", imageAlt: "Luxury event flower arrangement", }, ]} @@ -96,7 +96,7 @@ export default function GalleryPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-florist-her-own-floral-shop-taking-care-flowers_1303-15613.jpg?_wi=4" imageAlt="The Flower Lady florist arranging flowers" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf8f84d..5d397ba 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' }, '*'); })(); +` + }} + /> + +