From 016e4ba533c617ceb165328fd550b18acdcb5cf9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:35:01 +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 0830e26..c992bd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium 360° Technology" tagIcon={Sparkles} background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg?_wi=1" imageAlt="View360 immersive photography showcase" buttons={[ { text: "Explore Our Work", href: "#features" }, @@ -125,7 +125,7 @@ export default function LandingPage() { tag="Schedule Your Visit" products={[ { - id: "madrid-event", brand: "View360 Spain", name: "Madrid Showcase & Workshop", price: "March 23-25, 2025", rating: 5, reviewCount: "Premium Event", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg", imageAlt: "Madrid event showcase"}, + id: "madrid-event", brand: "View360 Spain", name: "Madrid Showcase & Workshop", price: "March 23-25, 2025", rating: 5, reviewCount: "Premium Event", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821313.jpg?_wi=2", imageAlt: "Madrid event showcase"}, { id: "bilbao-event", brand: "View360 Spain", name: "Bilbao Professional Session", price: "April 14, 2025", rating: 5, reviewCount: "Executive Briefing", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-medical-infographic_23-2148497574.jpg", imageAlt: "Bilbao professional session"}, { -- 2.49.1