diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 8351d36..1aef4d4 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -33,8 +33,7 @@ export default function PropertiesPage() { { name: "FAQ", id: "/faq" } ]} button={{ - text: "Schedule Viewing", - href: "/contact" + text: "Schedule Viewing", href: "/contact" }} /> @@ -50,12 +49,10 @@ export default function PropertiesPage() { showDimOverlay={true} buttons={[ { - text: "Schedule Viewing", - href: "/contact" + text: "Schedule Viewing", href: "/contact" }, { - text: "Back to Home", - href: "/" + text: "Back to Home", href: "/" } ]} ariaLabel="Properties page hero section" @@ -74,58 +71,27 @@ export default function PropertiesPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "prop-1", - name: "Luxury Penthouse - Ramat Hasharon", - price: "$2,500,000", - variant: "5 Bedrooms | 300 sqm | City View", - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3", - imageAlt: "Luxury penthouse with panoramic city views" + id: "prop-1", name: "Luxury Penthouse - Ramat Hasharon", price: "$2,500,000", variant: "5 Bedrooms | 300 sqm | City View", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3", imageAlt: "Luxury penthouse with panoramic city views" }, { - id: "prop-2", - name: "Beachfront Apartment - South Tel-Aviv", - price: "$1,800,000", - variant: "3 Bedrooms | 180 sqm | Sea View", - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4", - imageAlt: "Modern beachfront apartment with sea view" + id: "prop-2", name: "Beachfront Apartment - South Tel-Aviv", price: "$1,800,000", variant: "3 Bedrooms | 180 sqm | Sea View", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4", imageAlt: "Modern beachfront apartment with sea view" }, { - id: "prop-3", - name: "Modern Villa - Herzl Street", - price: "$3,200,000", - variant: "6 Bedrooms | 450 sqm | Garden", - imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=2", - imageAlt: "Spacious modern villa with private garden" + id: "prop-3", name: "Modern Villa - Herzl Street", price: "$3,200,000", variant: "6 Bedrooms | 450 sqm | Garden", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=2", imageAlt: "Spacious modern villa with private garden" }, { - id: "prop-4", - name: "Contemporary Apartment - Florentin", - price: "$1,200,000", - variant: "2 Bedrooms | 110 sqm | Trendy Area", - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=5", - imageAlt: "Contemporary apartment in vibrant neighborhood" + id: "prop-4", name: "Contemporary Apartment - Florentin", price: "$1,200,000", variant: "2 Bedrooms | 110 sqm | Trendy Area", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=5", imageAlt: "Contemporary apartment in vibrant neighborhood" }, { - id: "prop-5", - name: "Executive Suite - Tel-Aviv Port", - price: "$2,100,000", - variant: "4 Bedrooms | 220 sqm | Marina View", - imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=3", - imageAlt: "Executive apartment with marina views" + id: "prop-5", name: "Executive Suite - Tel-Aviv Port", price: "$2,100,000", variant: "4 Bedrooms | 220 sqm | Marina View", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=3", imageAlt: "Executive apartment with marina views" }, { - id: "prop-6", - name: "Investment Property - King George", - price: "$950,000", - variant: "1 Bedroom | 75 sqm | High ROI", - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=6", - imageAlt: "Compact investment property in central location" + id: "prop-6", name: "Investment Property - King George", price: "$950,000", variant: "1 Bedroom | 75 sqm | High ROI", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=6", imageAlt: "Compact investment property in central location" } ]} buttons={[ { - text: "Contact for Details", - href: "/contact" + text: "Contact for Details", href: "/contact" } ]} ariaLabel="Complete property listing" @@ -136,65 +102,50 @@ export default function PropertiesPage() {