From 799dc473959d168cb5c03a1d5214a971f5fc2fa3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:32:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ebddd..9f03617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,11 +99,11 @@ export default function HomePage() { buttonAnimation="slide-up" products={[ { - id: "prop-1", name: "Modern Estate - North Kent", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Modern luxury bedroom"}, + id: "prop-1", name: "Modern Estate - North Kent", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "Modern luxury bedroom"}, { - id: "prop-2", name: "Contemporary Masterpiece", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg", imageAlt: "Luxury kitchen"}, + id: "prop-2", name: "Contemporary Masterpiece", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=1", imageAlt: "Luxury kitchen"}, { - id: "prop-3", name: "Elegant Residence - Winchester", price: "$725,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg", imageAlt: "Luxury living room"}, + id: "prop-3", name: "Elegant Residence - Winchester", price: "$725,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=1", imageAlt: "Luxury living room"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -121,11 +121,11 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "service-1", title: "Property Valuation", description: "Accurate market analysis and property assessments to ensure competitive pricing and optimal returns.", tag: "Valuation", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Property valuation"}, + id: "service-1", title: "Property Valuation", description: "Accurate market analysis and property assessments to ensure competitive pricing and optimal returns.", tag: "Valuation", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2", imageAlt: "Property valuation"}, { - id: "service-2", title: "Marketing Strategy", description: "Strategic positioning and targeted marketing to showcase your property to qualified buyers.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg", imageAlt: "Marketing strategy"}, + id: "service-2", title: "Marketing Strategy", description: "Strategic positioning and targeted marketing to showcase your property to qualified buyers.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=2", imageAlt: "Marketing strategy"}, { - id: "service-3", title: "Negotiation Expertise", description: "Professional negotiation to secure the best possible terms and price for your transaction.", tag: "Negotiation", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg", imageAlt: "Negotiation"}, + id: "service-3", title: "Negotiation Expertise", description: "Professional negotiation to secure the best possible terms and price for your transaction.", tag: "Negotiation", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=2", imageAlt: "Negotiation"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1