Update src/app/listings/page.tsx

This commit is contained in:
2026-03-05 22:12:39 +00:00
parent 489c34e084
commit 9d8ac702e0

View File

@@ -17,8 +17,7 @@ export default function ListingsPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy", href: "/listings" },
{ label: "Sell", href: "/contact" },
{ label: "Invest", href: "/market" },
@@ -26,8 +25,7 @@ export default function ListingsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Market Insights", href: "/market" },
@@ -35,8 +33,7 @@ export default function ListingsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -44,8 +41,7 @@ export default function ListingsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Buying Guide", href: "#" },
{ label: "Selling Guide", href: "#" },
@@ -83,26 +79,11 @@ export default function ListingsPage() {
tag="Exclusive Properties"
products={[
{
id: "1",
name: "Luxury Penthouse - Downtown Toronto",
price: "$2.45M",
imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=2",
imageAlt: "Downtown Toronto luxury penthouse",
},
id: "1", name: "Luxury Penthouse - Downtown Toronto", price: "$2.45M", imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=2", imageAlt: "Downtown Toronto luxury penthouse"},
{
id: "2",
name: "Contemporary Estate - Rosedale",
price: "$1.89M",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2",
imageAlt: "Rosedale contemporary estate home",
},
id: "2", name: "Contemporary Estate - Rosedale", price: "$1.89M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2", imageAlt: "Rosedale contemporary estate home"},
{
id: "3",
name: "Modern Townhouse - King West",
price: "$1.25M",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "King West modern townhouse",
},
id: "3", name: "Modern Townhouse - King West", price: "$1.25M", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "King West modern townhouse"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -118,26 +99,11 @@ export default function ListingsPage() {
tag="More Listings"
products={[
{
id: "4",
name: "Luxury Condo - Yorkville",
price: "$950K",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3",
imageAlt: "Yorkville luxury condo",
},
id: "4", name: "Luxury Condo - Yorkville", price: "$950K", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3", imageAlt: "Yorkville luxury condo"},
{
id: "5",
name: "Heritage Home - Distillery District",
price: "$1.65M",
imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=3",
imageAlt: "Distillery District heritage property",
},
id: "5", name: "Heritage Home - Distillery District", price: "$1.65M", imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=3", imageAlt: "Distillery District heritage property"},
{
id: "6",
name: "Modern Loft - Queen West",
price: "$875K",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3",
imageAlt: "Queen West modern loft",
},
id: "6", name: "Modern Loft - Queen West", price: "$875K", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Queen West modern loft"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"