Update src/app/properties/page.tsx

This commit is contained in:
2026-03-06 06:01:36 +00:00
parent bb32c13d19
commit b8fed317b9

View File

@@ -51,29 +51,11 @@ export default function PropertiesPage() {
animationType="slide-up"
products={[
{
id: "villa-1",
name: "Downtown Dubai Luxury Penthouse",
price: "AED 12.5M",
variant: "5 Bedrooms • Downtown",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2",
imageAlt: "Downtown luxury penthouse",
},
id: "villa-1", name: "Downtown Dubai Luxury Penthouse", price: "AED 12.5M", variant: "5 Bedrooms • Downtown", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Downtown luxury penthouse"},
{
id: "villa-2",
name: "Palm Jumeirah Beachfront Villa",
price: "AED 18.9M",
variant: "6 Bedrooms • Palm Jumeirah",
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2",
imageAlt: "Beachfront villa",
},
id: "villa-2", name: "Palm Jumeirah Beachfront Villa", price: "AED 18.9M", variant: "6 Bedrooms • Palm Jumeirah", imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", imageAlt: "Beachfront villa"},
{
id: "villa-3",
name: "Emirates Hills Mansion",
price: "AED 22.5M",
variant: "7 Bedrooms • Emirates Hills",
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2",
imageAlt: "Emirates Hills mansion",
},
id: "villa-3", name: "Emirates Hills Mansion", price: "AED 22.5M", variant: "7 Bedrooms • Emirates Hills", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg?_wi=2", imageAlt: "Emirates Hills mansion"},
]}
/>
</div>
@@ -99,8 +81,7 @@ export default function PropertiesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -108,8 +89,7 @@ export default function PropertiesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -117,8 +97,7 @@ export default function PropertiesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -126,8 +105,7 @@ export default function PropertiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },