Merge version_2 into main #2
@@ -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"
|
||||
|
||||
@@ -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: "#" },
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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: "#" },
|
||||
|
||||
113
src/app/page.tsx
113
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user