Update src/app/properties/page.tsx
This commit is contained in:
@@ -73,7 +73,8 @@ export default function PropertiesPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Schedule Viewing", href: "/contact"}}
|
||||
text: "Schedule Viewing", href: "/contact"
|
||||
}}
|
||||
brandName="Luxe Estates"
|
||||
/>
|
||||
</div>
|
||||
@@ -84,21 +85,24 @@ export default function PropertiesPage() {
|
||||
description="Explore our comprehensive collection of exceptional properties curated from the world's most prestigious locations."
|
||||
tag="All Available Properties"
|
||||
tagIcon={Home}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Penthouse Manhattan", price: "$8,500,000", variant: "3 Bedrooms · 4 Bathrooms · 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Manhattan penthouse"},
|
||||
id: "1", name: "Penthouse Manhattan", price: "$8,500,000", variant: "3 Bedrooms · 4 Bathrooms · 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", imageAlt: "Manhattan penthouse"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Oceanfront Villa Malibu", price: "$12,000,000", variant: "5 Bedrooms · 6 Bathrooms · 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Malibu oceanfront villa"},
|
||||
id: "2", name: "Oceanfront Villa Malibu", price: "$12,000,000", variant: "5 Bedrooms · 6 Bathrooms · 8,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-925.jpg", imageAlt: "Malibu oceanfront villa"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Estate Miami Beach", price: "$6,750,000", variant: "4 Bedrooms · 5 Bathrooms · 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Miami Beach estate"},
|
||||
id: "3", name: "Estate Miami Beach", price: "$6,750,000", variant: "4 Bedrooms · 5 Bathrooms · 6,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/look-from-skyscrapers-standing-sea-bays_1304-5308.jpg", imageAlt: "Miami Beach estate"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Details", href: "/properties" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,7 +112,7 @@ export default function PropertiesPage() {
|
||||
description="Key metrics showcasing our market performance and property value."
|
||||
tag="Portfolio Statistics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
metrics={[
|
||||
{ id: "1", icon: Home, title: "Active Listings", value: "85+" },
|
||||
{ id: "2", icon: Users, title: "Monthly Inquiries", value: "450+" },
|
||||
@@ -119,7 +123,7 @@ export default function PropertiesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,14 +131,14 @@ export default function PropertiesPage() {
|
||||
<ContactCTA
|
||||
tag="Find Your Perfect Property"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
title="Schedule a Private Viewing"
|
||||
description="Our luxury real estate specialists are ready to show you the finest properties in your desired location. Book a personalized tour today."
|
||||
buttons={[
|
||||
{ text: "Schedule Viewing", href: "/contact" },
|
||||
{ text: "Request Catalog", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user