Update src/app/properties/page.tsx
This commit is contained in:
@@ -17,9 +17,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Schedule Viewing",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Schedule Viewing", href: "/contact"};
|
||||
|
||||
export default function PropertiesPage() {
|
||||
return (
|
||||
@@ -49,38 +47,20 @@ export default function PropertiesPage() {
|
||||
description="Hand-selected residences representing the pinnacle of luxury real estate. Each property offers unparalleled elegance and exclusive amenities."
|
||||
tag="Premium Selection"
|
||||
tagIcon={Gem}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Oceanfront Villa Paradise",
|
||||
price: "$8,500,000",
|
||||
variant: "6 Beds • 8 Baths • Beachfront",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2",
|
||||
imageAlt: "Oceanfront villa with infinity pool",
|
||||
},
|
||||
id: "1", name: "Oceanfront Villa Paradise", price: "$8,500,000", variant: "6 Beds • 8 Baths • Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Oceanfront villa with infinity pool"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Downtown Penthouse Elite",
|
||||
price: "$5,200,000",
|
||||
variant: "4 Beds • 5 Baths • Downtown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2",
|
||||
imageAlt: "Contemporary penthouse in downtown",
|
||||
},
|
||||
id: "2", name: "Downtown Penthouse Elite", price: "$5,200,000", variant: "4 Beds • 5 Baths • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Contemporary penthouse in downtown"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mountain Estate Retreat",
|
||||
price: "$6,800,000",
|
||||
variant: "5 Beds • 7 Baths • Mountain View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-poiana-brasov-romania-touristic-buildings-located-top-mountain-covered-with-lush-forest_1268-24836.jpg",
|
||||
imageAlt: "Luxurious mountain estate",
|
||||
},
|
||||
id: "3", name: "Mountain Estate Retreat", price: "$6,800,000", variant: "5 Beds • 7 Baths • Mountain View", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-view-poiana-brasov-romania-touristic-buildings-located-top-mountain-covered-with-lush-forest_1268-24836.jpg", imageAlt: "Luxurious mountain estate"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,14 +68,14 @@ export default function PropertiesPage() {
|
||||
<ContactCTA
|
||||
tag="Find Your Match"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Interested in Any of These Properties?"
|
||||
description="Our expert team is ready to provide more information, arrange private viewings, or discuss investment opportunities. Contact us today to explore your options."
|
||||
buttons={[
|
||||
{ text: "Schedule a Viewing", href: "/contact" },
|
||||
{ text: "Request Information", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -105,8 +85,7 @@ export default function PropertiesPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Properties", href: "/properties" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -115,8 +94,7 @@ export default function PropertiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Properties", href: "/properties" },
|
||||
{ label: "Sell Properties", href: "/contact" },
|
||||
{ label: "Investment Advice", href: "/contact" },
|
||||
@@ -124,8 +102,7 @@ export default function PropertiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "/contact" },
|
||||
@@ -133,8 +110,7 @@ export default function PropertiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user