Update src/app/properties/page.tsx

This commit is contained in:
2026-03-09 20:49:47 +00:00
parent 07fce3ee73
commit 6c040999b6

View File

@@ -33,8 +33,7 @@ export default function PropertiesPage() {
{ name: "FAQ", id: "/faq" }
]}
button={{
text: "Schedule Viewing",
href: "/contact"
text: "Schedule Viewing", href: "/contact"
}}
/>
</div>
@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about"
label: "About Us", href: "/about"
},
{
label: "Our Team",
href: "/about"
label: "Our Team", href: "/about"
},
{
label: "Properties",
href: "/properties"
label: "Properties", href: "/properties"
},
{
label: "Blog",
href: "https://blog.telavivrealty.com"
label: "Blog", href: "https://blog.telavivrealty.com"
}
]
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "/properties"
label: "Buy Property", href: "/properties"
},
{
label: "Sell Property",
href: "/contact"
label: "Sell Property", href: "/contact"
},
{
label: "Investment",
href: "/contact"
label: "Investment", href: "/contact"
},
{
label: "Consultation",
href: "/contact"
label: "Consultation", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#"
label: "Privacy Policy", href: "#"
},
{
label: "Terms & Conditions",
href: "#"
label: "Terms & Conditions", href: "#"
},
{
label: "Contact",
href: "/contact"
label: "Contact", href: "/contact"
},
{
label: "Careers",
href: "#"
label: "Careers", href: "#"
}
]
}