From f69163c05515877f77ec8747e4c45f6ddd3cdf84 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:50:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebdf3de..b374eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Professional real estate photography that showcases every property's unique character and beauty. Transform listings with stunning visuals." tag="Premium Photography" tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1" imageAlt="Luxury modern home with professional lighting" textPosition="bottom-left" showBlur={true} @@ -86,13 +86,13 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Modern Downtown Loft", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern urban loft with floor-to-ceiling windows" + id: "1", name: "Modern Downtown Loft", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "Modern urban loft with floor-to-ceiling windows" }, { - id: "2", name: "Suburban Family Home", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-person-taking-photo-traditional-red-house_181624-58540.jpg", imageAlt: "Charming suburban residence with manicured gardens" + id: "2", name: "Suburban Family Home", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-person-taking-photo-traditional-red-house_181624-58540.jpg?_wi=1", imageAlt: "Charming suburban residence with manicured gardens" }, { - id: "3", name: "Contemporary Villa", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg", imageAlt: "Sleek contemporary villa with infinity pool" + id: "3", name: "Contemporary Villa", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg?_wi=1", imageAlt: "Sleek contemporary villa with infinity pool" }, { id: "4", name: "Luxury Kitchen Design", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "High-end kitchen with premium appliances" @@ -113,13 +113,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" features={[ { - title: "Interior Photography", description: "Professionally lit interior shots highlighting room layout, finishes, and design elements that appeal to buyers.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-person-taking-photo-traditional-red-house_181624-58540.jpg", imageAlt: "Professional interior photography showcase" + title: "Interior Photography", description: "Professionally lit interior shots highlighting room layout, finishes, and design elements that appeal to buyers.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-person-taking-photo-traditional-red-house_181624-58540.jpg?_wi=2", imageAlt: "Professional interior photography showcase" }, { - title: "Exterior Photography", description: "Stunning outdoor photography capturing curb appeal, landscaping, and architectural features in perfect lighting.", imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg", imageAlt: "Exterior property photography with professional lighting" + title: "Exterior Photography", description: "Stunning outdoor photography capturing curb appeal, landscaping, and architectural features in perfect lighting.", imageSrc: "http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg?_wi=2", imageAlt: "Exterior property photography with professional lighting" }, { - title: "Virtual Tours", description: "Interactive 360-degree walkthroughs allowing potential buyers to explore properties from anywhere, anytime.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Virtual property tour interface" + title: "Virtual Tours", description: "Interactive 360-degree walkthroughs allowing potential buyers to explore properties from anywhere, anytime.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3", imageAlt: "Virtual property tour interface" } ]} useInvertedBackground={false} -- 2.49.1