Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:50:17 +00:00

View File

@@ -88,13 +88,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Penthouse Manhattan Tower", price: "$8,500,000", variant: "3 Bed, 3 Bath, 4,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg", imageAlt: "Luxury downtown penthouse"
id: "1", name: "Penthouse Manhattan Tower", price: "$8,500,000", variant: "3 Bed, 3 Bath, 4,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg?_wi=1", imageAlt: "Luxury downtown penthouse"
},
{
id: "2", name: "Coastal Villa Estate", price: "$12,750,000", variant: "5 Bed, 6 Bath, 8,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg", imageAlt: "Waterfront luxury villa"
id: "2", name: "Coastal Villa Estate", price: "$12,750,000", variant: "5 Bed, 6 Bath, 8,200 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg?_wi=1", imageAlt: "Waterfront luxury villa"
},
{
id: "3", name: "Country Manor House", price: "$6,200,000", variant: "4 Bed, 4.5 Bath, 6,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Exclusive countryside estate"
id: "3", name: "Country Manor House", price: "$6,200,000", variant: "4 Bed, 4.5 Bath, 6,800 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=1", imageAlt: "Exclusive countryside estate"
}
]}
/>
@@ -128,13 +128,13 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "01", title: "Property Sales", description: "Expert guidance through every step of buying or selling luxury real estate with maximum discretion and negotiation power.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg", imageAlt: "Property sales expertise"
id: "01", title: "Property Sales", description: "Expert guidance through every step of buying or selling luxury real estate with maximum discretion and negotiation power.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-designed-skyscrapers_23-2148230365.jpg?_wi=2", imageAlt: "Property sales expertise"
},
{
id: "02", title: "Investment Advisory", description: "Strategic market analysis and portfolio recommendations to maximize your real estate investment returns.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg", imageAlt: "Investment advisory services"
id: "02", title: "Investment Advisory", description: "Strategic market analysis and portfolio recommendations to maximize your real estate investment returns.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-730.jpg?_wi=2", imageAlt: "Investment advisory services"
},
{
id: "03", title: "Property Management", description: "Full-service management for your luxury properties, ensuring optimal performance and tenant satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", imageAlt: "Property management solutions"
id: "03", title: "Property Management", description: "Full-service management for your luxury properties, ensuring optimal performance and tenant satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=2", imageAlt: "Property management solutions"
}
]}
/>