From e9936547efd7d4e94400e124d044778b9324b7c6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:13:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e43da5d..7ed34a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#portfolio", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534513.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534513.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -127,7 +127,7 @@ export default function LandingPage() { name: "Minimalist Villa", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=1", }, { id: "2", @@ -135,7 +135,7 @@ export default function LandingPage() { name: "Concrete Oasis", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg?_wi=1", }, { id: "3", @@ -143,7 +143,7 @@ export default function LandingPage() { name: "Modern Office Hub", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg?_wi=1", }, { id: "4", @@ -151,7 +151,7 @@ export default function LandingPage() { name: "Mountain Retreat", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=2", }, { id: "5", @@ -159,7 +159,7 @@ export default function LandingPage() { name: "Gallery Apartment", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg?_wi=2", }, { id: "6", @@ -167,7 +167,7 @@ export default function LandingPage() { name: "Coastal Haven", price: "Featured", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg?_wi=2", }, ]} title="Selected Projects" @@ -211,7 +211,7 @@ export default function LandingPage() { description: "Capturing atmosphere, material depth and light.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534513.jpg?_wi=2", imageAlt: "minimalist architectural visualization interior", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { description: "Hyper-realistic building integration and landscaping.", bentoComponent: "reveal-icon", icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=3", imageAlt: "modern exterior architectural rendering", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { description: "Precision modeling from CAD plans or sketches.", bentoComponent: "reveal-icon", icon: Box, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-bedroom_1048-8372.jpg?_wi=3", imageAlt: "minimalist bedroom 3d render", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { description: "Immersive walkthroughs for client presentations.", bentoComponent: "reveal-icon", icon: Film, - imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-gray-building-interior_250224-79.jpg?_wi=3", imageAlt: "modern office architectural render", }, ]} @@ -273,7 +273,7 @@ export default function LandingPage() { title="The Workflow" description="Transparent process from concept to delivery." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-villa-with-pool-landscaping_23-2151974378.jpg?_wi=4" mediaAnimation="slide-up" /> -- 2.49.1