diff --git a/src/app/page.tsx b/src/app/page.tsx index 846c8e3..e5986b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Schedule Free Consultation", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg?_wi=1" imageAlt="Luxury apartment with modern design and premium amenities" imagePosition="right" mediaAnimation="blur-reveal" @@ -91,16 +91,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: 1, title: "Buy Property", description: "Find the best residential and commercial properties within your budget. Expert guidance through the entire purchase process.", imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-apartment-design-with-bedroom-living-space_1262-12375.jpg" + id: 1, title: "Buy Property", description: "Find the best residential and commercial properties within your budget. Expert guidance through the entire purchase process.", imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-apartment-design-with-bedroom-living-space_1262-12375.jpg?_wi=1" }, { - id: 2, title: "Sell Property", description: "Sell your property quickly with expert pricing and targeted marketing strategies. Maximum visibility to qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg" + id: 2, title: "Sell Property", description: "Sell your property quickly with expert pricing and targeted marketing strategies. Maximum visibility to qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg?_wi=1" }, { - id: 3, title: "Rent Property", description: "Discover rental homes and offices in prime locations. Flexible options for short-term and long-term rentals.", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219446.jpg" + id: 3, title: "Rent Property", description: "Discover rental homes and offices in prime locations. Flexible options for short-term and long-term rentals.", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219446.jpg?_wi=1" }, { - id: 4, title: "Property Consultation", description: "Professional guidance on investment strategies, legal paperwork, and accurate market valuation.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg" + id: 4, title: "Property Consultation", description: "Professional guidance on investment strategies, legal paperwork, and accurate market valuation.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3597.jpg?_wi=2" } ]} buttons={[ @@ -126,15 +126,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Om Sai Ram", name: "Luxury 3BHK Apartment", price: "$450,000", rating: 5, - reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-apartment-design-with-bedroom-living-space_1262-12375.jpg", imageAlt: "Luxury 3BHK apartment with modern amenities" + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-apartment-design-with-bedroom-living-space_1262-12375.jpg?_wi=2", imageAlt: "Luxury 3BHK apartment with modern amenities" }, { id: "2", brand: "Om Sai Ram", name: "Modern Office Space", price: "$75,000/month", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg", imageAlt: "Modern office space in prime location" + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/employee-office-leaving-desk-present-revenue-figures-tablet_482257-126652.jpg?_wi=2", imageAlt: "Modern office space in prime location" }, { id: "3", brand: "Om Sai Ram", name: "Affordable Family Home", price: "$250,000", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219446.jpg", imageAlt: "Comfortable affordable family home" + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219446.jpg?_wi=2", imageAlt: "Comfortable affordable family home" } ]} gridVariant="three-columns-all-equal-width"