Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:35:29 +00:00
parent 5af25b2e86
commit 5768d0bd26

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "property-1", name: "Oceanfront Villa Estate", price: "$8,500,000", variant: "6 Bed • 7 Bath • 12,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Oceanfront luxury villa with modern architecture"
id: "property-1", name: "Oceanfront Villa Estate", price: "$8,500,000", variant: "6 Bed • 7 Bath • 12,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=1", imageAlt: "Oceanfront luxury villa with modern architecture"
},
{
id: "property-2", name: "Metropolitan Penthouse", price: "$6,200,000", variant: "4 Bed • 5 Bath • 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459254.jpg", imageAlt: "Premium urban penthouse with city views"
id: "property-2", name: "Metropolitan Penthouse", price: "$6,200,000", variant: "4 Bed • 5 Bath • 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459254.jpg?_wi=1", imageAlt: "Premium urban penthouse with city views"
},
{
id: "property-3", name: "Country Manor Estate", price: "$5,900,000", variant: "5 Bed • 6 Bath • 15,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg", imageAlt: "Grand countryside estate with expansive grounds"
id: "property-3", name: "Country Manor Estate", price: "$5,900,000", variant: "5 Bed • 6 Bath • 15,000 sqft", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg?_wi=1", imageAlt: "Grand countryside estate with expansive grounds"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -119,16 +119,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
features={[
{
id: "feature-1", title: "Market Expertise", description: "Deep knowledge of luxury market trends, valuations, and exclusive opportunities across prime locations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Market expertise and analysis"
id: "feature-1", title: "Market Expertise", description: "Deep knowledge of luxury market trends, valuations, and exclusive opportunities across prime locations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=2", imageAlt: "Market expertise and analysis"
},
{
id: "feature-2", title: "Exclusive Network", description: "Access to off-market properties and a curated network of high-net-worth clients and investors.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459254.jpg", imageAlt: "Exclusive property network"
id: "feature-2", title: "Exclusive Network", description: "Access to off-market properties and a curated network of high-net-worth clients and investors.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459254.jpg?_wi=2", imageAlt: "Exclusive property network"
},
{
id: "feature-3", title: "Personalized Service", description: "White-glove service with dedicated agents who understand your unique lifestyle preferences.", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg", imageAlt: "Personalized client service"
id: "feature-3", title: "Personalized Service", description: "White-glove service with dedicated agents who understand your unique lifestyle preferences.", imageSrc: "http://img.b2bpic.net/free-photo/relax-house-thai-style_1150-17982.jpg?_wi=2", imageAlt: "Personalized client service"
},
{
id: "feature-4", title: "Concierge Support", description: "Complete transaction support including financing guidance, inspections, and closing coordination.", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg", imageAlt: "Complete transaction support"
id: "feature-4", title: "Concierge Support", description: "Complete transaction support including financing guidance, inspections, and closing coordination.", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-hat-drinking-pineapple-cocktail-while-resting-near-pool-magnificent-blonde-female-model-chilling-resort-cafe-weekend-morning_197531-20905.jpg?_wi=3", imageAlt: "Complete transaction support"
}
]}
gridVariant="four-items-2x2-equal-grid"