diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx index 84fd486..2dfa062 100644 --- a/src/app/bouquets/page.tsx +++ b/src/app/bouquets/page.tsx @@ -56,13 +56,13 @@ export default function BouquetsPage() { products={[ { id: "1", brand: "Lilat Flowers", name: "Red Romance Roses", price: "₾89.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg", imageAlt: "Red Romance Roses bouquet"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=2", imageAlt: "Red Romance Roses bouquet"}, { id: "2", brand: "Lilat Flowers", name: "Birthday Celebration Mix", price: "₾69.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg", imageAlt: "Birthday Celebration flower mix"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=2", imageAlt: "Birthday Celebration flower mix"}, { id: "3", brand: "Lilat Flowers", name: "Luxury Wedding White", price: "₾149.99", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg", imageAlt: "Luxury Wedding White flowers"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=2", imageAlt: "Luxury Wedding White flowers"}, ]} buttons={[ { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 98cd281..aa0f929 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,7 +55,7 @@ export default function ContactPage() { ]} background={{ variant: "sparkles-gradient"}} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=2" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -85,7 +85,7 @@ export default function ContactPage() { title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=3" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[ @@ -130,7 +130,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg?_wi=2" imageAlt="Beautiful flowers" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx index 32f5443..b3ea6ff 100644 --- a/src/app/delivery/page.tsx +++ b/src/app/delivery/page.tsx @@ -47,7 +47,7 @@ export default function DeliveryPage() { tagIcon={Truck} useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=2" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ @@ -85,7 +85,7 @@ export default function DeliveryPage() { title: "Personalized Service", description: "Include a custom message card, special instructions, or gift requests. Our team ensures every detail is perfect for your recipient.", icon: MessageCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=2" imageAlt="Professional florist service" mediaAnimation="slide-up" buttons={[{ text: "Learn More About Us", href: "/about" }]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 6050ba8..4e50226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { text: "Order Flowers" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg?_wi=1" imageAlt="Beautiful fresh flower bouquets" mediaAnimation="slide-up" frameStyle="card" @@ -72,13 +72,13 @@ export default function HomePage() { products={[ { id: "1", brand: "Lilat Flowers", name: "Red Romance Roses", price: "₾89.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg", imageAlt: "Red Romance Roses bouquet"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-pink-roses-isolated-white-panoramic-view_268835-1376.jpg?_wi=1", imageAlt: "Red Romance Roses bouquet"}, { id: "2", brand: "Lilat Flowers", name: "Birthday Celebration Mix", price: "₾69.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg", imageAlt: "Birthday Celebration flower mix"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-still-life_23-2148134813.jpg?_wi=1", imageAlt: "Birthday Celebration flower mix"}, { id: "3", brand: "Lilat Flowers", name: "Luxury Wedding White", price: "₾149.99", rating: 5, - reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg", imageAlt: "Luxury Wedding White flowers"}, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/floral-ornament-with-heart-shaped_1157-334.jpg?_wi=1", imageAlt: "Luxury Wedding White flowers"}, ]} buttons={[{ text: "View All Bouquets" }]} /> @@ -107,7 +107,7 @@ export default function HomePage() { title: "Local Business", description: "Woman-owned and proud to serve our community with premium, personalized service.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-florist-making-beautiful-arrangement-flowers_23-2149127259.jpg?_wi=1" imageAlt="Lilat Flowers shop interior" mediaAnimation="slide-up" buttons={[{ text: "Learn More" }]} @@ -122,7 +122,7 @@ export default function HomePage() { tagIcon={Truck} useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-beautiful-bouquet-wooden-table_181624-38107.jpg?_wi=1" imageAlt="Same-day flower delivery service" mediaAnimation="slide-up" accordionItems={[ @@ -194,7 +194,7 @@ export default function HomePage() { tagIcon={Mail} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bouquet-flowers-glass-vase-with-decorative-elements-blurred-background-easter-holiday-concept_169016-9695.jpg?_wi=1" imageAlt="Beautiful flowers" mediaAnimation="slide-up" mediaPosition="right"