Merge version_1 into main #2
373
src/app/page.tsx
373
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "properties",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Properties", id: "properties" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Business Real Estate"
|
||||
/>
|
||||
@@ -60,105 +45,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Find Your Dream Property in Multan"
|
||||
description="Your trusted partner for buying, selling, and investing in Pakistan's premium real estate market. Experience expert consultancy for your property journey."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmed Raza",
|
||||
handle: "@ahmedraza",
|
||||
testimonial: "Excellent service and transparent deals. Highly recommended for investors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
{
|
||||
name: "Fatima Noor",
|
||||
handle: "@fatimanoor",
|
||||
testimonial: "Found my home in record time. Professionalism at its best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-25147.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sana Khan",
|
||||
handle: "@sanakhan",
|
||||
testimonial: "Reliable experts for overseas Pakistani investment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
{
|
||||
name: "Bilal Ahmed",
|
||||
handle: "@bilalahmed",
|
||||
testimonial: "Smooth process from start to finish. Best property dealers in Multan.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-using-laptop_1098-2182.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria Javed",
|
||||
handle: "@mariajaved",
|
||||
testimonial: "Very knowledgeable about the local market trends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
|
||||
},
|
||||
{ name: "Ahmed Raza", handle: "@ahmedraza", testimonial: "Excellent service and transparent deals. Highly recommended for investors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||
{ name: "Fatima Noor", handle: "@fatimanoor", testimonial: "Found my home in record time. Professionalism at its best.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-25147.jpg" },
|
||||
{ name: "Sana Khan", handle: "@sanakhan", testimonial: "Reliable experts for overseas Pakistani investment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
|
||||
{ name: "Bilal Ahmed", handle: "@bilalahmed", testimonial: "Smooth process from start to finish. Best property dealers in Multan.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-using-laptop_1098-2182.jpg" },
|
||||
{ name: "Maria Javed", handle: "@mariajaved", testimonial: "Very knowledgeable about the local market trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg?_wi=1"
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }, { text: "View Properties", href: "#properties" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg"
|
||||
imageAlt="Luxury villa in Multan"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Happy client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Happy client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Happy client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Happy client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-excited-businessman-chatting-with-coworker_74855-1187.jpg",
|
||||
alt: "Happy client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Happy client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Happy client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Happy client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Happy client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-excited-businessman-chatting-with-coworker_74855-1187.jpg", alt: "Happy client 5" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Residential Plots",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Commercial Spaces",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Homes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Investment Advisory",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Property Management",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,20 +76,11 @@ export default function LandingPage() {
|
||||
title="Trusted Property Dealers in Multan"
|
||||
description="We specialize in helping clients navigate the complex real estate market. Our mission is to provide transparent, profitable, and secure property deals in the heart of Pakistan."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Local Market Expertise",
|
||||
description: "Years of experience understanding Multan's neighborhoods and investment opportunities.",
|
||||
},
|
||||
{
|
||||
title: "Client-Focused Approach",
|
||||
description: "We prioritize your financial goals and property preferences above all else.",
|
||||
},
|
||||
{
|
||||
title: "Transparent Transactions",
|
||||
description: "Honesty in every deal, ensuring total peace of mind for both buyers and sellers.",
|
||||
},
|
||||
{ title: "Local Market Expertise", description: "Years of experience understanding Multan's neighborhoods and investment opportunities." },
|
||||
{ title: "Client-Focused Approach", description: "We prioritize your financial goals and property preferences above all else." },
|
||||
{ title: "Transparent Transactions", description: "Honesty in every deal, ensuring total peace of mind for both buyers and sellers." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -193,56 +91,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Buying Property",
|
||||
description: "Expert guidance to find the perfect home or plot.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Home,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-urban-landscape_23-2149504780.jpg",
|
||||
imageAlt: "Sunny urban landscape",
|
||||
},
|
||||
{
|
||||
title: "Selling Property",
|
||||
description: "Maximize your property value with our strategic marketing.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DollarSign,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg?_wi=2",
|
||||
imageAlt: "Sunny urban landscape",
|
||||
},
|
||||
{
|
||||
title: "Investment Consultancy",
|
||||
description: "Data-driven advice for profitable real estate portfolios.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg?_wi=2",
|
||||
imageAlt: "Sunny urban landscape",
|
||||
},
|
||||
{
|
||||
title: "Property Management",
|
||||
description: "Comprehensive care for your assets and rentals.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Briefcase,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg?_wi=1",
|
||||
imageAlt: "Sunny urban landscape",
|
||||
},
|
||||
{
|
||||
title: "Plot & House Deals",
|
||||
description: "Curated selection of best plots and residential properties.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg?_wi=1",
|
||||
imageAlt: "Sunny urban landscape",
|
||||
},
|
||||
{ title: "Buying Property", description: "Expert guidance to find the perfect home or plot.", bentoComponent: { bentoComponent: "reveal-icon", icon: Home }, imageSrc: "http://img.b2bpic.net/free-photo/sunny-urban-landscape_23-2149504780.jpg" },
|
||||
{ title: "Selling Property", description: "Maximize your property value with our strategic marketing.", bentoComponent: { bentoComponent: "reveal-icon", icon: DollarSign }, imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg" },
|
||||
{ title: "Investment Consultancy", description: "Data-driven advice for profitable real estate portfolios.", bentoComponent: { bentoComponent: "reveal-icon", icon: TrendingUp }, imageSrc: "http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg" },
|
||||
{ title: "Property Management", description: "Comprehensive care for your assets and rentals.", bentoComponent: { bentoComponent: "reveal-icon", icon: Briefcase }, imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg" },
|
||||
{ title: "Plot & House Deals", description: "Curated selection of best plots and residential properties.", bentoComponent: { bentoComponent: "reveal-icon", icon: MapPin }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg" }
|
||||
]}
|
||||
title="Our Real Estate Services"
|
||||
description="Providing comprehensive solutions for all your property needs."
|
||||
@@ -256,42 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury House, DHA",
|
||||
price: "PKR 55M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Commercial Plot, Main Road",
|
||||
price: "PKR 30M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Family Villa, Model Town",
|
||||
price: "PKR 45M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nature-travel-blue-beauty-decoration_1203-4929.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Small Plot, Budget Area",
|
||||
price: "PKR 8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Penthouse, City View",
|
||||
price: "PKR 70M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscraper-reflects-blue-cityscape-glass-window-generative-ai_188544-12677.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Investment Plot",
|
||||
price: "PKR 12M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-red-pin_23-2149721828.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Luxury House, DHA", price: "PKR 55M", imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg" },
|
||||
{ id: "p2", name: "Commercial Plot, Main Road", price: "PKR 30M", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg" },
|
||||
{ id: "p3", name: "Family Villa, Model Town", price: "PKR 45M", imageSrc: "http://img.b2bpic.net/free-photo/nature-travel-blue-beauty-decoration_1203-4929.jpg" },
|
||||
{ id: "p4", name: "Small Plot, Budget Area", price: "PKR 8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg" },
|
||||
{ id: "p5", name: "Penthouse, City View", price: "PKR 70M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscraper-reflects-blue-cityscape-glass-window-generative-ai_188544-12677.jpg" },
|
||||
{ id: "p6", name: "Investment Plot", price: "PKR 12M", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-red-pin_23-2149721828.jpg" }
|
||||
]}
|
||||
title="Featured Property Listings"
|
||||
description="Discover current opportunities in your city."
|
||||
@@ -304,21 +127,9 @@ export default function LandingPage() {
|
||||
title="Our Track Record"
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
description: "Successful Deals",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
{ id: "m1", value: "500+", description: "Happy Clients" },
|
||||
{ id: "m2", value: "200+", description: "Successful Deals" },
|
||||
{ id: "m3", value: "15+", description: "Years Experience" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -329,46 +140,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent Service",
|
||||
quote: "The best property dealers in Multan. Extremely professional.",
|
||||
name: "Hassan Ali",
|
||||
role: "Investor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Smooth Transaction",
|
||||
quote: "Fast, reliable, and transparent. Very happy with the deal.",
|
||||
name: "Sara Khan",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-funny-young-asian-woman-sitting-cafe-chatting-lively-smiling-camera_1258-199394.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Recommended",
|
||||
quote: "I found my dream house with their help. Truly thankful.",
|
||||
name: "Umer Ahmed",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Great Expertise",
|
||||
quote: "Very knowledgeable about property laws and market values.",
|
||||
name: "Zoya Malik",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Profitable Deal",
|
||||
quote: "Got the best price for my plot. Very efficient team.",
|
||||
name: "Naveed Sheikh",
|
||||
role: "Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Excellent Service", quote: "The best property dealers in Multan. Extremely professional.", name: "Hassan Ali", role: "Investor", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg" },
|
||||
{ id: "t2", title: "Smooth Transaction", quote: "Fast, reliable, and transparent. Very happy with the deal.", name: "Sara Khan", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-funny-young-asian-woman-sitting-cafe-chatting-lively-smiling-camera_1258-199394.jpg" },
|
||||
{ id: "t3", title: "Highly Recommended", quote: "I found my dream house with their help. Truly thankful.", name: "Umer Ahmed", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
|
||||
{ id: "t4", title: "Great Expertise", quote: "Very knowledgeable about property laws and market values.", name: "Zoya Malik", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
|
||||
{ id: "t5", title: "Profitable Deal", quote: "Got the best price for my plot. Very efficient team.", name: "Naveed Sheikh", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg" }
|
||||
]}
|
||||
title="Client Testimonials"
|
||||
description="Why our clients trust us with their property investments."
|
||||
@@ -379,21 +155,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I start property investment?",
|
||||
content: "Simply contact our investment consultancy team for a free consultation.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you serve overseas Pakistanis?",
|
||||
content: "Yes, we have specialized services for overseas investors.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the market in Multan stable?",
|
||||
content: "Multan is currently one of the most promising markets for growth.",
|
||||
},
|
||||
{ id: "f1", title: "How do I start property investment?", content: "Simply contact our investment consultancy team for a free consultation." },
|
||||
{ id: "f2", title: "Do you serve overseas Pakistanis?", content: "Yes, we have specialized services for overseas investors." },
|
||||
{ id: "f3", title: "Is the market in Multan stable?", content: "Multan is currently one of the most promising markets for growth." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? We are here to help."
|
||||
@@ -404,60 +168,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Call us or WhatsApp now to discuss your property requirements."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+920000000000",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/920000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:+920000000000" }, { text: "WhatsApp Now", href: "https://wa.me/920000000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Listings", href: "#properties" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Business Real Estate"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user