From 695b527c111d2b9f6c8d06c6c516e482676b86a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:01:41 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2ee573b..139669b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -28,10 +28,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846499.jpg?_wi=1", }, ]} /> @@ -135,7 +135,7 @@ export default function HomePage() { title: "Event Planning", description: "End-to-end management of your special day.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg?_wi=2", imageAlt: "Wedding reception hall with an elegant table setting with candles", }, { @@ -149,7 +149,7 @@ export default function HomePage() { "Lightbulb", "Video", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846499.jpg?_wi=2", imageAlt: "Wedding reception hall with an elegant table setting with candles", }, ]} -- 2.49.1