diff --git a/src/app/page.tsx b/src/app/page.tsx index d8cf14d..24c7a0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { dashboard={{ title: "Property Market Insights", logoIcon: Building2, imageSrc: - "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "modern residential building kolkata exterior", searchPlaceholder: "Search properties by location or budget", buttons: [ + "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "modern residential building kolkata exterior", searchPlaceholder: "Search properties by location or budget", buttons: [ { text: "View Listings", href: "#properties" }, { text: "Get Consultation", href: "#consultation" }, ], @@ -142,16 +142,16 @@ export default function LandingPage() { products={[ { id: "prop-1", name: "Modern 3BHK in Newtown", price: "₹45 Lakhs", variant: "Newtown · 1250 Sq Ft", imageSrc: - "http://img.b2bpic.net/free-vector/elegant-home-interior-with-flat-design_23-2147925155.jpg?_wi=1", imageAlt: "3BHK apartment newtown"}, + "http://img.b2bpic.net/free-vector/elegant-home-interior-with-flat-design_23-2147925155.jpg", imageAlt: "3BHK apartment newtown"}, { id: "prop-2", name: "Affordable 2BHK Flat", price: "₹28 Lakhs", variant: "Salt Lake · 850 Sq Ft", imageSrc: - "http://img.b2bpic.net/free-photo/skyscrapers-thailand-capital-with-skyline-views-city-center_482257-125897.jpg?_wi=1", imageAlt: "2BHK flat salt lake"}, + "http://img.b2bpic.net/free-photo/skyscrapers-thailand-capital-with-skyline-views-city-center_482257-125897.jpg", imageAlt: "2BHK flat salt lake"}, { id: "prop-3", name: "Investment Property Complex", price: "₹65 Lakhs", variant: "Rajarhat · 1500 Sq Ft", imageSrc: - "http://img.b2bpic.net/free-photo/high-structural-modern-skyscraper_23-2148184238.jpg?_wi=1", imageAlt: "investment property commercial flat kolkata"}, + "http://img.b2bpic.net/free-photo/high-structural-modern-skyscraper_23-2148184238.jpg", imageAlt: "investment property commercial flat kolkata"}, { id: "prop-4", name: "Studio Apartment Budget", price: "₹15 Lakhs", variant: "Bidhannagar · 500 Sq Ft", imageSrc: - "http://img.b2bpic.net/free-photo/garden-city_53876-14301.jpg?_wi=1", imageAlt: "studio apartment"}, + "http://img.b2bpic.net/free-photo/garden-city_53876-14301.jpg", imageAlt: "studio apartment"}, { id: "prop-5", name: "Luxury 4BHK Villa", price: "₹120 Lakhs", variant: "Salt Lake · 2500 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-party-home_23-2147668899.jpg", imageAlt: "luxury villa salt lake"}, @@ -171,10 +171,11 @@ export default function LandingPage() { { value: "500+", title: "Verified Listings" }, { value: "1000+", title: "Satisfied Clients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg" imageAlt="JJ Properties team and office" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -190,22 +191,22 @@ export default function LandingPage() { id: 1, title: "Local Market Experts", description: "Dedicated knowledge of Newtown, Rajarhat, Salt Lake, and Kolkata neighborhoods with current pricing and investment insights.", imageSrc: - "http://img.b2bpic.net/free-vector/elegant-home-interior-with-flat-design_23-2147925155.jpg?_wi=2"}, + "http://img.b2bpic.net/free-vector/elegant-home-interior-with-flat-design_23-2147925155.jpg"}, { id: 2, title: "Verified Property Listings", description: "All properties verified for legal compliance, clear documentation, and genuine availability before listing.", imageSrc: - "http://img.b2bpic.net/free-photo/skyscrapers-thailand-capital-with-skyline-views-city-center_482257-125897.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/skyscrapers-thailand-capital-with-skyline-views-city-center_482257-125897.jpg"}, { id: 3, title: "End-to-End Support", description: "From property search to documentation and registration, we handle every step of your buying journey.", imageSrc: - "http://img.b2bpic.net/free-photo/high-structural-modern-skyscraper_23-2148184238.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/high-structural-modern-skyscraper_23-2148184238.jpg"}, { id: 4, title: "Investment Consultation", description: "Expert analysis and guidance for real estate investments, including ROI projections and market trends.", imageSrc: - "http://img.b2bpic.net/free-photo/garden-city_53876-14301.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/garden-city_53876-14301.jpg"}, ]} />