Update src/app/properties/page.tsx
This commit is contained in:
@@ -17,9 +17,7 @@ const navItems = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const navButton = {
|
const navButton = {
|
||||||
text: "Schedule Viewing",
|
text: "Schedule Viewing", href: "/contact"};
|
||||||
href: "/contact",
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function PropertiesPage() {
|
export default function PropertiesPage() {
|
||||||
return (
|
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."
|
description="Hand-selected residences representing the pinnacle of luxury real estate. Each property offers unparalleled elegance and exclusive amenities."
|
||||||
tag="Premium Selection"
|
tag="Premium Selection"
|
||||||
tagIcon={Gem}
|
tagIcon={Gem}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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: "2",
|
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"},
|
||||||
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: "3",
|
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"},
|
||||||
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"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -88,14 +68,14 @@ export default function PropertiesPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Find Your Match"
|
tag="Find Your Match"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
title="Interested in Any of These Properties?"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Schedule a Viewing", href: "/contact" },
|
{ text: "Schedule a Viewing", href: "/contact" },
|
||||||
{ text: "Request Information", href: "/contact" },
|
{ text: "Request Information", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -105,8 +85,7 @@ export default function PropertiesPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Properties", href: "/properties" },
|
{ label: "Properties", href: "/properties" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
@@ -115,8 +94,7 @@ export default function PropertiesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Buy Properties", href: "/properties" },
|
{ label: "Buy Properties", href: "/properties" },
|
||||||
{ label: "Sell Properties", href: "/contact" },
|
{ label: "Sell Properties", href: "/contact" },
|
||||||
{ label: "Investment Advice", href: "/contact" },
|
{ label: "Investment Advice", href: "/contact" },
|
||||||
@@ -124,8 +102,7 @@ export default function PropertiesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/team" },
|
{ label: "Our Team", href: "/team" },
|
||||||
{ label: "Careers", href: "/contact" },
|
{ label: "Careers", href: "/contact" },
|
||||||
@@ -133,8 +110,7 @@ export default function PropertiesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Disclaimer", href: "#" },
|
{ label: "Disclaimer", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user