Property Detail: {id}
+Detailed specifications, pricing, and high-resolution media for the property would be displayed here.
+diff --git a/src/app/page.tsx b/src/app/page.tsx index e2a36d2..2d2a649 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -86,21 +66,15 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", name: "Bel Air Estate", price: "$12,500,000", variant: "Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-working-building-s-main-entrance_23-2147650201.jpg"}, - { - id: "p2", name: "Azure Coast Villa", price: "$8,900,000", variant: "South France", imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg"}, - { - id: "p3", name: "Skyline Penthouse", price: "$6,200,000", variant: "New York", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg"}, - { - id: "p4", name: "Manor Heritage House", price: "$15,000,000", variant: "London", imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg"}, - { - id: "p5", name: "Alpine Resort Chalet", price: "$5,500,000", variant: "Switzerland", imageSrc: "http://img.b2bpic.net/free-photo/white-blue-bus-road-near-lake-daytime_417767-371.jpg"}, - { - id: "p6", name: "Modern Beachfront Villa", price: "$9,800,000", variant: "Miami", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg"}, - ]} + { id: "p1", name: "Bel Air Estate", price: "$12,500,000", variant: "Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-working-building-s-main-entrance_23-2147650201.jpg" }, + { id: "p2", name: "Azure Coast Villa", price: "$8,900,000", variant: "South France", imageSrc: "http://img.b2bpic.net/free-photo/bed-beach_1203-305.jpg" }, + { id: "p3", name: "Skyline Penthouse", price: "$6,200,000", variant: "New York", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-black-silk-robe-sits-windowsill-looking-new-york_8353-1451.jpg" }, + { id: "p4", name: "Manor Heritage House", price: "$15,000,000", variant: "London", imageSrc: "http://img.b2bpic.net/free-photo/amazing-landscape-surrounding-adare-manor-ireland_493961-1381.jpg" }, + { id: "p5", name: "Alpine Resort Chalet", price: "$5,500,000", variant: "Switzerland", imageSrc: "http://img.b2bpic.net/free-photo/white-blue-bus-road-near-lake-daytime_417767-371.jpg" }, + { id: "p6", name: "Modern Beachfront Villa", price: "$9,800,000", variant: "Miami", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg" }, + ].map(p => ({ ...p, onProductClick: () => { window.location.href = `/properties/${p.id}`; } }))} title="Curated Prestige Portfolio" - description="Explore our hand-selected collection of iconic properties, ranging from waterfront estates to sleek urban penthouses." + description="Explore our hand-selected collection of iconic properties." /> @@ -111,18 +85,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "1.2B+", title: "In Sales Volume", description: "Successfully closed transactions", icon: Award, - }, - { - id: "m2", value: "350+", title: "Luxury Estates", description: "Exclusive properties curated", icon: Home, - }, - { - id: "m3", value: "98%", title: "Client Retention", description: "Of returning valued clients", icon: Users, - }, + { id: "m1", value: "1.2B+", title: "In Sales Volume", description: "Successfully closed transactions", icon: Award }, + { id: "m2", value: "350+", title: "Luxury Estates", description: "Exclusive properties curated", icon: Home }, + { id: "m3", value: "98%", title: "Client Retention", description: "Of returning valued clients", icon: Users }, ]} title="A Legacy of Proven Results" - description="Our success is measured not by transactions, but by the trust we build and the exceptional properties we successfully match." + description="Our success is measured not by transactions, but by the trust we build." /> @@ -132,32 +100,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Eleanor Vance", role: "Collector", company: "Fine Arts", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"}, - { - id: "t2", name: "Julian Sterling", role: "Investor", company: "Sterling Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg"}, - { - id: "t3", name: "Victoria Belmont", role: "Developer", company: "Belmont Ent", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg"}, - { - id: "t4", name: "Marcus Thorne", role: "Entrepreneur", company: "Thorne Capital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg"}, - { - id: "t5", name: "Sophia Laurent", role: "Artist", company: "Laurent Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, - ]} - kpiItems={[ - { - value: "5.0", label: "Client Rating"}, - { - value: "20+", label: "Global Offices"}, - { - value: "45+", label: "Expert Agents"}, + { id: "t1", name: "Eleanor Vance", role: "Collector", company: "Fine Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg" }, + { id: "t2", name: "Julian Sterling", role: "Investor", company: "Sterling Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3864.jpg" }, + { id: "t3", name: "Victoria Belmont", role: "Developer", company: "Belmont Ent", rating: 5, imageSrc: "http://img.b2bpic.net/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg" }, ]} + kpiItems={[{ value: "5.0", label: "Rating" }, { value: "20+", label: "Offices" }, { value: "45+", label: "Agents" }]} title="Stories of Distinctive Homes" - description="What our clients share about their journey and the luxury homes we’ve helped them secure." + description="What our clients share about their journey." /> @@ -165,10 +114,9 @@ export default function LandingPage() {