From d1bf20d1efebac8d4de553dd7351fba9faea81e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:38 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9b425c8..93e5543 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Buy", href: "/listings" }, { label: "Sell", href: "/contact" }, { label: "Invest", href: "/market" }, @@ -27,8 +26,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Market Insights", href: "/market" }, @@ -36,8 +34,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -45,8 +42,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Buying Guide", href: "#" }, { label: "Selling Guide", href: "#" }, @@ -96,23 +92,11 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "David Azizi", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", - imageAlt: "David Azizi, Principal Real Estate Agent", - }, + id: "1", name: "David Azizi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "David Azizi, Principal Real Estate Agent"}, { - id: "2", - name: "Jennifer Walsh", - imageSrc: "http://img.b2bpic.net/free-photo/positive-business-people-talking-holding-tablets-stairs_1262-20322.jpg", - imageAlt: "Jennifer Walsh, Senior Sales Associate", - }, + id: "2", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-people-talking-holding-tablets-stairs_1262-20322.jpg", imageAlt: "Jennifer Walsh, Senior Sales Associate"}, { - id: "3", - name: "Marcus Sterling", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", - imageAlt: "Marcus Sterling, Investment Specialist", - }, + id: "3", name: "Marcus Sterling", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Marcus Sterling, Investment Specialist"}, ]} memberVariant="card" membersAnimation="slide-up" -- 2.49.1 From 7493456a8cd268a7ec0ac0d0326ec8cc03ff1c71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:38 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65277bd..94ff738 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { 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 ContactPage() { ], }, { - 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 ContactPage() { ], }, { - 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 ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Buying Guide", href: "#" }, { label: "Selling Guide", href: "#" }, -- 2.49.1 From 489c34e084dbabcd4366ca842e91e32f1d00e77a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:39 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aef3a2a..6b5a0e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); export const metadata: Metadata = { - title: "David Azizi - GTA Real Estate Agent | Luxury Homes & Properties", - description: "Discover premium real estate in the Greater Toronto Area with David Azizi. Expert guidance on buying, selling, investing, and pre-construction properties.", - keywords: "real estate agent GTA, Toronto homes for sale, luxury properties, real estate Toronto, pre-construction condos, Rosedale homes", - metadataBase: new URL("https://davidazizirealty.com"), + title: "David Azizi - GTA Real Estate Agent | Luxury Homes & Properties", description: "Discover premium real estate in the Greater Toronto Area with David Azizi. Expert guidance on buying, selling, investing, and pre-construction properties.", keywords: "real estate agent GTA, Toronto homes for sale, luxury properties, real estate Toronto, pre-construction condos, Rosedale homes", metadataBase: new URL("https://davidazizirealty.com"), alternates: { - canonical: "https://davidazizirealty.com", - }, + canonical: "https://davidazizirealty.com"}, openGraph: { - title: "David Azizi - Premier GTA Real Estate Agent", - description: "Expert real estate services for luxury homes, investments, and pre-construction properties in the Greater Toronto Area.", - url: "https://davidazizirealty.com", - siteName: "David Azizi Realty", - type: "website", - images: [ + title: "David Azizi - Premier GTA Real Estate Agent", description: "Expert real estate services for luxury homes, investments, and pre-construction properties in the Greater Toronto Area.", url: "https://davidazizirealty.com", siteName: "David Azizi Realty", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", - alt: "GTA Luxury Real Estate", - }, + url: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", alt: "GTA Luxury Real Estate"}, ], }, twitter: { - card: "summary_large_image", - title: "David Azizi - GTA Real Estate Expert", - description: "Premium real estate services across the Greater Toronto Area.", - images: ["http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg"], + card: "summary_large_image", title: "David Azizi - GTA Real Estate Expert", description: "Premium real estate services across the Greater Toronto Area.", images: ["http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg"], }, robots: { index: true, -- 2.49.1 From 9d8ac702e0ff59ffccb7a545c23bc45cbccf400b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:39 +0000 Subject: [PATCH 4/7] Update src/app/listings/page.tsx --- src/app/listings/page.tsx | 54 ++++++++------------------------------- 1 file changed, 10 insertions(+), 44 deletions(-) diff --git a/src/app/listings/page.tsx b/src/app/listings/page.tsx index b01e62d..0ff8610 100644 --- a/src/app/listings/page.tsx +++ b/src/app/listings/page.tsx @@ -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" -- 2.49.1 From 25bf15030e709787a1f976f4f4c90c4ff7bb98c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:39 +0000 Subject: [PATCH 5/7] Update src/app/market/page.tsx --- src/app/market/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/market/page.tsx b/src/app/market/page.tsx index ea930b2..ec3535b 100644 --- a/src/app/market/page.tsx +++ b/src/app/market/page.tsx @@ -18,8 +18,7 @@ export default function MarketPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Buy", href: "/listings" }, { label: "Sell", href: "/contact" }, { label: "Invest", href: "/market" }, @@ -27,8 +26,7 @@ export default function MarketPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Market Insights", href: "/market" }, @@ -36,8 +34,7 @@ export default function MarketPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -45,8 +42,7 @@ export default function MarketPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Buying Guide", href: "#" }, { label: "Selling Guide", href: "#" }, -- 2.49.1 From b56b8101cfeae58d5dace8ffb5efc04871bf6167 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:40 +0000 Subject: [PATCH 6/7] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++-------------------------------------- 1 file changed, 20 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56e94e1..9e2b208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Buy", href: "/listings" }, { label: "Sell", href: "/contact" }, { label: "Invest", href: "/market" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Market Insights", href: "/market" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Buying Guide", href: "#" }, { label: "Selling Guide", href: "#" }, @@ -91,7 +87,7 @@ export default function HomePage() { ]} imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg" imageAlt="Luxury GTA real estate property" - showDimOverlay={true} + showDimOverlay={false} /> @@ -131,26 +127,11 @@ export default function HomePage() { 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=1", - 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=1", 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=1", - 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=1", 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=1", - 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=1", imageAlt: "King West modern townhouse"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -166,77 +147,23 @@ export default function HomePage() { tag="Testimonials" testimonials={[ { - id: "1", - name: "Sarah Johnson, Luxury Home Buyer", - date: "Date: 15 November 2024", - title: "Exceptional service and expertise!", - quote: - "David's professionalism and market knowledge helped us find our dream home in Rosedale. The entire process was smooth and transparent. Highly recommended!", - tag: "Home Purchase", - avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", - avatarAlt: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=1", - }, + id: "1", name: "Sarah Johnson, Luxury Home Buyer", date: "Date: 15 November 2024", title: "Exceptional service and expertise!", quote: + "David's professionalism and market knowledge helped us find our dream home in Rosedale. The entire process was smooth and transparent. Highly recommended!", tag: "Home Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=1"}, { - id: "2", - name: "Michael Chen, Investment Property", - date: "Date: 08 October 2024", - title: "Stellar investment guidance", - quote: - "Working with David on my investment property was fantastic. His market insights and negotiation skills resulted in an excellent ROI. A true professional!", - tag: "Investment Sale", - avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-real-estate-agent-giving-house-keys-couple-who-is-buying-new-home_637285-6091.jpg", - avatarAlt: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-real-estate-agent-giving-house-keys-couple-who-is-buying-new-home_637285-6091.jpg", - }, + id: "2", name: "Michael Chen, Investment Property", date: "Date: 08 October 2024", title: "Stellar investment guidance", quote: + "Working with David on my investment property was fantastic. His market insights and negotiation skills resulted in an excellent ROI. A true professional!", tag: "Investment Sale", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-real-estate-agent-giving-house-keys-couple-who-is-buying-new-home_637285-6091.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-real-estate-agent-giving-house-keys-couple-who-is-buying-new-home_637285-6091.jpg"}, { - id: "3", - name: "Lisa Rodriguez, First-Time Buyer", - date: "Date: 22 September 2024", - title: "Made buying our first home stress-free", - quote: - "As first-time buyers, we were nervous. David walked us through every step with patience and expertise. We couldn't have asked for a better guide!", - tag: "First-Time Purchase", - avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", - avatarAlt: "Lisa Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=1", - }, + id: "3", name: "Lisa Rodriguez, First-Time Buyer", date: "Date: 22 September 2024", title: "Made buying our first home stress-free", quote: + "As first-time buyers, we were nervous. David walked us through every step with patience and expertise. We couldn't have asked for a better guide!", tag: "First-Time Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", avatarAlt: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=1"}, { - id: "4", - name: "David Kim, Property Sale", - date: "Date: 30 August 2024", - title: "Top-notch market expertise", - quote: - "David's strategic approach to selling our property resulted in multiple competitive offers. His professionalism and dedication are outstanding.", - tag: "Home Sale", - avatarSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg", - avatarAlt: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg", - }, + id: "4", name: "David Kim, Property Sale", date: "Date: 30 August 2024", title: "Top-notch market expertise", quote: + "David's strategic approach to selling our property resulted in multiple competitive offers. His professionalism and dedication are outstanding.", tag: "Home Sale", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg"}, { - id: "5", - name: "Amanda Foster, Executive Relocation", - date: "Date: 15 July 2024", - title: "Perfect relocation experience", - quote: - "Relocating to Toronto was daunting, but David made finding our new home effortless. His attention to detail and client care are exceptional.", - tag: "Relocation", - avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", - avatarAlt: "Amanda Foster", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=2", - }, + id: "5", name: "Amanda Foster, Executive Relocation", date: "Date: 15 July 2024", title: "Perfect relocation experience", quote: + "Relocating to Toronto was daunting, but David made finding our new home effortless. His attention to detail and client care are exceptional.", tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", avatarAlt: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=2"}, { - id: "6", - name: "Jennifer & Tom Bradley, Estate Purchase", - date: "Date: 12 June 2024", - title: "Outstanding luxury property service", - quote: - "David's expertise in luxury real estate is unmatched. He understood our vision perfectly and delivered beyond our expectations. Absolutely thrilled!", - tag: "Luxury Estate", - avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", - avatarAlt: "Jennifer & Tom Bradley", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=2", - }, + id: "6", name: "Jennifer & Tom Bradley, Estate Purchase", date: "Date: 12 June 2024", title: "Outstanding luxury property service", quote: + "David's expertise in luxury real estate is unmatched. He understood our vision perfectly and delivered beyond our expectations. Absolutely thrilled!", tag: "Luxury Estate", avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", avatarAlt: "Jennifer & Tom Bradley", imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 0767dd8e93352a35ad21c404f45750006ccbc309 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:12:40 +0000 Subject: [PATCH 7/7] Update src/app/preconstruction/page.tsx --- src/app/preconstruction/page.tsx | 54 ++++++-------------------------- 1 file changed, 10 insertions(+), 44 deletions(-) diff --git a/src/app/preconstruction/page.tsx b/src/app/preconstruction/page.tsx index 43ab305..0cad4bf 100644 --- a/src/app/preconstruction/page.tsx +++ b/src/app/preconstruction/page.tsx @@ -17,8 +17,7 @@ export default function PreConstructionPage() { 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 PreConstructionPage() { ], }, { - 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 PreConstructionPage() { ], }, { - 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 PreConstructionPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Buying Guide", href: "#" }, { label: "Selling Guide", href: "#" }, @@ -83,26 +79,11 @@ export default function PreConstructionPage() { tag="Pre-Construction Opportunities" products={[ { - id: "1", - name: "Waterfront Condos - Toronto Harbour", - price: "From $650K", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=1", - imageAlt: "Waterfront condominium development", - }, + id: "1", name: "Waterfront Condos - Toronto Harbour", price: "From $650K", imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=1", imageAlt: "Waterfront condominium development"}, { - id: "2", - name: "Downtown Core Luxury Residences", - price: "From $850K", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", - imageAlt: "Downtown luxury residences", - }, + id: "2", name: "Downtown Core Luxury Residences", price: "From $850K", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Downtown luxury residences"}, { - id: "3", - name: "Markham Tech Hub Mixed-Use", - price: "From $450K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=1", - imageAlt: "Markham mixed-use development", - }, + id: "3", name: "Markham Tech Hub Mixed-Use", price: "From $450K", imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=1", imageAlt: "Markham mixed-use development"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -118,26 +99,11 @@ export default function PreConstructionPage() { tag="Early Access Projects" products={[ { - id: "4", - name: "Riverside Towers - East Toronto", - price: "From $550K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=2", - imageAlt: "Riverside Towers development", - }, + id: "4", name: "Riverside Towers - East Toronto", price: "From $550K", imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=2", imageAlt: "Riverside Towers development"}, { - id: "5", - name: "Midtown Modern - Avenue Road", - price: "From $1.1M", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=2", - imageAlt: "Midtown Modern residences", - }, + id: "5", name: "Midtown Modern - Avenue Road", price: "From $1.1M", imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=2", imageAlt: "Midtown Modern residences"}, { - id: "6", - name: "Liberty Village Lofts - West End", - price: "From $625K", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", - imageAlt: "Liberty Village Lofts development", - }, + id: "6", name: "Liberty Village Lofts - West End", price: "From $625K", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Liberty Village Lofts development"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1