Update src/app/page.tsx

This commit is contained in:
2026-03-15 12:15:19 +00:00
parent c83a23a53a
commit 43affbd2d0

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg", imageAlt: "Modern luxury home exterior" }
{ imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=1", imageAlt: "Modern luxury home exterior" }
]}
mediaAnimation="slide-up"
ariaLabel="Hero section for real estate"
@@ -73,13 +73,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "prop-1", name: "Luxury Downtown Penthouse", price: "$2,850,000", variant: "4 Bed | 3.5 Bath | 3,200 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/home-room-design-with-copy-space_23-2148786455.jpg", imageAlt: "Luxury penthouse interior"
id: "prop-1", name: "Luxury Downtown Penthouse", price: "$2,850,000", variant: "4 Bed | 3.5 Bath | 3,200 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/home-room-design-with-copy-space_23-2148786455.jpg?_wi=1", imageAlt: "Luxury penthouse interior"
},
{
id: "prop-2", name: "Waterfront Villa Estate", price: "$4,200,000", variant: "5 Bed | 4 Bath | 5,100 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg", imageAlt: "Waterfront villa exterior"
id: "prop-2", name: "Waterfront Villa Estate", price: "$4,200,000", variant: "5 Bed | 4 Bath | 5,100 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg?_wi=1", imageAlt: "Waterfront villa exterior"
},
{
id: "prop-3", name: "Modern Urban Condo", price: "$1,450,000", variant: "3 Bed | 2 Bath | 2,200 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-dubai-from_231208-7608.jpg", imageAlt: "Modern condo interior"
id: "prop-3", name: "Modern Urban Condo", price: "$1,450,000", variant: "3 Bed | 2 Bath | 2,200 Sq Ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-dubai-from_231208-7608.jpg?_wi=1", imageAlt: "Modern condo interior"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -115,16 +115,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
features={[
{
id: "feature-1", title: "Expert Market Knowledge", description: "Decade of experience navigating luxury real estate markets with insider insights and data-driven strategies.", imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg", imageAlt: "Market knowledge"
id: "feature-1", title: "Expert Market Knowledge", description: "Decade of experience navigating luxury real estate markets with insider insights and data-driven strategies.", imageSrc: "http://img.b2bpic.net/free-photo/big-billboard-template-building-city_23-2148197259.jpg?_wi=2", imageAlt: "Market knowledge"
},
{
id: "feature-2", title: "Personalized Service", description: "Dedicated agents who understand your unique needs and work tirelessly to find your perfect property.", imageSrc: "http://img.b2bpic.net/free-photo/home-room-design-with-copy-space_23-2148786455.jpg", imageAlt: "Personal service"
id: "feature-2", title: "Personalized Service", description: "Dedicated agents who understand your unique needs and work tirelessly to find your perfect property.", imageSrc: "http://img.b2bpic.net/free-photo/home-room-design-with-copy-space_23-2148786455.jpg?_wi=2", imageAlt: "Personal service"
},
{
id: "feature-3", title: "Seamless Transactions", description: "End-to-end support from property search through closing, ensuring smooth and stress-free experiences.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg", imageAlt: "Transaction support"
id: "feature-3", title: "Seamless Transactions", description: "End-to-end support from property search through closing, ensuring smooth and stress-free experiences.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-stone-metal-building-blue-sky_181624-7605.jpg?_wi=2", imageAlt: "Transaction support"
},
{
id: "feature-4", title: "Global Network", description: "Access to international properties and partnerships with elite agencies worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-dubai-from_231208-7608.jpg", imageAlt: "Global network"
id: "feature-4", title: "Global Network", description: "Access to international properties and partnerships with elite agencies worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-city-dubai-from_231208-7608.jpg?_wi=2", imageAlt: "Global network"
}
]}
gridVariant="four-items-2x2-equal-grid"