From 7ece695655b4c014b2ece7d99f6a616726f5d32f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:50:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bc50bc..0621a20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg?_wi=1", imageAlt: "Red rose arrangement" }, { - imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", imageAlt: "Wedding flowers ceremony" + imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg?_wi=1", imageAlt: "Wedding flowers ceremony" } ]} mediaAnimation="slide-up" @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Wedding Flowers", description: "Create the wedding of your dreams with our bespoke floral designs. From bridal bouquets to ceremony installations, we handle every detail with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg", imageAlt: "Wedding flowers ceremony" + title: "Wedding Flowers", description: "Create the wedding of your dreams with our bespoke floral designs. From bridal bouquets to ceremony installations, we handle every detail with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-flowers-table-garden_1304-4038.jpg?_wi=2", imageAlt: "Wedding flowers ceremony" }, { id: 2, -- 2.49.1