From 961cf3839d5f8db825405a1c3c593433b1b47ac2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:34:55 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 48 ++++++++++--------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 56cfe58..14515ad 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -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" /> @@ -88,14 +68,14 @@ export default function PropertiesPage() { @@ -105,8 +85,7 @@ export default function PropertiesPage() {