Merge version_2 into main #2

Merged
bender merged 5 commits from version_2 into main 2026-03-09 18:00:35 +00:00
5 changed files with 108 additions and 363 deletions

View File

@@ -33,9 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Schedule Tour",
href: "contact",
}}
text: "Schedule Tour", href: "contact"}}
/>
</div>
@@ -47,24 +45,16 @@ export default function AboutPage() {
metrics={[
{
icon: Home,
label: "Properties Sold",
value: "1,200+",
},
label: "Properties Sold", value: "1,200+"},
{
icon: Users,
label: "Happy Clients",
value: "3,500+",
},
label: "Happy Clients", value: "3,500+"},
{
icon: TrendingUp,
label: "Years Experience",
value: "14",
},
label: "Years Experience", value: "14"},
{
icon: Award,
label: "Industry Awards",
value: "28",
},
label: "Industry Awards", value: "28"},
]}
/>
</div>
@@ -79,29 +69,11 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Property Sales",
description: "Expert guidance through the entire buying and selling process with market expertise.",
tag: "Sales",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-friends-library_23-2147678923.jpg?_wi=2",
imageAlt: "Real estate office",
},
id: "1", title: "Property Sales", description: "Expert guidance through the entire buying and selling process with market expertise.", tag: "Sales", imageSrc: "http://img.b2bpic.net/free-photo/smiling-friends-library_23-2147678923.jpg?_wi=2", imageAlt: "Real estate office"},
{
id: "2",
title: "Property Management",
description: "Professional management services for your rental properties and investments.",
tag: "Management",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=4",
imageAlt: "Property management",
},
id: "2", title: "Property Management", description: "Professional management services for your rental properties and investments.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=4", imageAlt: "Property management"},
{
id: "3",
title: "Investment Consulting",
description: "Strategic advice on real estate investments and portfolio growth opportunities.",
tag: "Investing",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=4",
imageAlt: "Investment property",
},
id: "3", title: "Investment Consulting", description: "Strategic advice on real estate investments and portfolio growth opportunities.", tag: "Investing", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=4", imageAlt: "Investment property"},
]}
/>
</div>
@@ -113,21 +85,13 @@ export default function AboutPage() {
author="Michael Thompson, Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Client 4"},
]}
useInvertedBackground={false}
ratingAnimation="slide-up"
@@ -140,66 +104,39 @@ export default function AboutPage() {
copyrightText="© 2025 Estate Pro Real Estate. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "about",
},
label: "About Us", href: "about"},
{
label: "Our Team",
href: "team",
},
label: "Our Team", href: "team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "properties",
},
label: "Buy Property", href: "properties"},
{
label: "Sell Property",
href: "contact",
},
label: "Sell Property", href: "contact"},
{
label: "Property Management",
href: "#",
},
label: "Property Management", href: "#"},
{
label: "Investment Consulting",
href: "#",
},
label: "Investment Consulting", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "contact",
},
label: "Contact Us", href: "contact"},
{
label: "Schedule Tour",
href: "contact",
},
label: "Schedule Tour", href: "contact"},
{
label: "FAQ",
href: "faq",
},
label: "FAQ", href: "faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Our Team", href: "team" },
{ label: "Careers", href: "#" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Property", href: "properties" },
{ label: "Sell Property", href: "contact" },
{ label: "Property Management", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Schedule Tour", href: "contact" },
{ label: "FAQ", href: "#faq" },
@@ -92,35 +89,17 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How do I start the home buying process?",
content: "Contact our team to schedule a consultation. We'll assess your needs, discuss budget, and begin showing properties that match your criteria. Our agents guide you through every step from offer to closing.",
},
id: "1", title: "How do I start the home buying process?", content: "Contact our team to schedule a consultation. We'll assess your needs, discuss budget, and begin showing properties that match your criteria. Our agents guide you through every step from offer to closing."},
{
id: "2",
title: "What is your commission structure?",
content: "Our competitive commission rates are negotiable based on the property type and transaction. We believe in transparent pricing. Schedule a meeting with our team to discuss specific rates for your situation.",
},
id: "2", title: "What is your commission structure?", content: "Our competitive commission rates are negotiable based on the property type and transaction. We believe in transparent pricing. Schedule a meeting with our team to discuss specific rates for your situation."},
{
id: "3",
title: "Do you offer property management services?",
content: "Yes! We provide comprehensive property management services including tenant screening, rent collection, maintenance coordination, and regular reporting for your rental properties.",
},
id: "3", title: "Do you offer property management services?", content: "Yes! We provide comprehensive property management services including tenant screening, rent collection, maintenance coordination, and regular reporting for your rental properties."},
{
id: "4",
title: "Can you help with investment properties?",
content: "Absolutely. Our investment consulting team specializes in identifying profitable opportunities, analyzing market trends, and helping you build a strong real estate portfolio.",
},
id: "4", title: "Can you help with investment properties?", content: "Absolutely. Our investment consulting team specializes in identifying profitable opportunities, analyzing market trends, and helping you build a strong real estate portfolio."},
{
id: "5",
title: "How long does the selling process typically take?",
content: "Timeline varies based on market conditions and property type. Typically 30-90 days from listing to closing. Our team works to maximize value and minimize time on market.",
},
id: "5", title: "How long does the selling process typically take?", content: "Timeline varies based on market conditions and property type. Typically 30-90 days from listing to closing. Our team works to maximize value and minimize time on market."},
{
id: "6",
title: "What areas do you serve?",
content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your specific location. We also have referral networks nationwide.",
},
id: "6", title: "What areas do you serve?", content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your specific location. We also have referral networks nationwide."},
]}
/>
</div>

View File

@@ -36,9 +36,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Schedule Tour",
href: "contact",
}}
text: "Schedule Tour", href: "contact"}}
/>
</div>
@@ -53,14 +51,14 @@ export default function HomePage() {
showDimOverlay={false}
buttons={[
{
text: "Browse Properties",
href: "properties",
},
text: "Browse Properties", href: "properties"},
{
text: "Schedule Consultation",
href: "contact",
},
text: "Schedule Consultation", href: "contact"},
]}
containerClassName="motion-safe:animate-fade-in motion-safe:will-change-transform"
titleClassName="motion-safe:animate-float motion-safe:will-change-transform"
descriptionClassName="motion-safe:animate-float motion-safe:will-change-transform"
mediaWrapperClassName="motion-safe:animate-float motion-safe:will-change-transform"
/>
</div>
@@ -75,26 +73,11 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Modern Downtown Apartment",
price: "$650,000",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=1",
imageAlt: "Modern apartment living room",
},
id: "1", name: "Modern Downtown Apartment", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=1", imageAlt: "Modern apartment living room"},
{
id: "2",
name: "Commercial Office Building",
price: "$2,400,000",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=1",
imageAlt: "Commercial building exterior",
},
id: "2", name: "Commercial Office Building", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=1", imageAlt: "Commercial building exterior"},
{
id: "3",
name: "Luxury Villa with Pool",
price: "$1,850,000",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150793979.jpg?_wi=1",
imageAlt: "Luxury villa with swimming pool",
},
id: "3", name: "Luxury Villa with Pool", price: "$1,850,000", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150793979.jpg?_wi=1", imageAlt: "Luxury villa with swimming pool"},
]}
/>
</div>
@@ -107,24 +90,16 @@ export default function HomePage() {
metrics={[
{
icon: Home,
label: "Properties Sold",
value: "1,200+",
},
label: "Properties Sold", value: "1,200+"},
{
icon: Users,
label: "Happy Clients",
value: "3,500+",
},
label: "Happy Clients", value: "3,500+"},
{
icon: TrendingUp,
label: "Years Experience",
value: "14",
},
label: "Years Experience", value: "14"},
{
icon: Award,
label: "Industry Awards",
value: "28",
},
label: "Industry Awards", value: "28"},
]}
/>
</div>
@@ -139,29 +114,11 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "1",
title: "Property Sales",
description: "Expert guidance through the entire buying and selling process with market expertise.",
tag: "Sales",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-friends-library_23-2147678923.jpg?_wi=1",
imageAlt: "Real estate office",
},
id: "1", title: "Property Sales", description: "Expert guidance through the entire buying and selling process with market expertise.", tag: "Sales", imageSrc: "http://img.b2bpic.net/free-photo/smiling-friends-library_23-2147678923.jpg?_wi=1", imageAlt: "Real estate office"},
{
id: "2",
title: "Property Management",
description: "Professional management services for your rental properties and investments.",
tag: "Management",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=2",
imageAlt: "Property management",
},
id: "2", title: "Property Management", description: "Professional management services for your rental properties and investments.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=2", imageAlt: "Property management"},
{
id: "3",
title: "Investment Consulting",
description: "Strategic advice on real estate investments and portfolio growth opportunities.",
tag: "Investing",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=2",
imageAlt: "Investment property",
},
id: "3", title: "Investment Consulting", description: "Strategic advice on real estate investments and portfolio growth opportunities.", tag: "Investing", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=2", imageAlt: "Investment property"},
]}
/>
</div>
@@ -173,21 +130,13 @@ export default function HomePage() {
author="Michael Thompson, Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Client 4"},
]}
useInvertedBackground={false}
ratingAnimation="slide-up"
@@ -204,35 +153,17 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How do I start the home buying process?",
content: "Contact our team to schedule a consultation. We'll assess your needs, discuss budget, and begin showing properties that match your criteria. Our agents guide you through every step from offer to closing.",
},
id: "1", title: "How do I start the home buying process?", content: "Contact our team to schedule a consultation. We'll assess your needs, discuss budget, and begin showing properties that match your criteria. Our agents guide you through every step from offer to closing."},
{
id: "2",
title: "What is your commission structure?",
content: "Our competitive commission rates are negotiable based on the property type and transaction. We believe in transparent pricing. Schedule a meeting with our team to discuss specific rates for your situation.",
},
id: "2", title: "What is your commission structure?", content: "Our competitive commission rates are negotiable based on the property type and transaction. We believe in transparent pricing. Schedule a meeting with our team to discuss specific rates for your situation."},
{
id: "3",
title: "Do you offer property management services?",
content: "Yes! We provide comprehensive property management services including tenant screening, rent collection, maintenance coordination, and regular reporting for your rental properties.",
},
id: "3", title: "Do you offer property management services?", content: "Yes! We provide comprehensive property management services including tenant screening, rent collection, maintenance coordination, and regular reporting for your rental properties."},
{
id: "4",
title: "Can you help with investment properties?",
content: "Absolutely. Our investment consulting team specializes in identifying profitable opportunities, analyzing market trends, and helping you build a strong real estate portfolio.",
},
id: "4", title: "Can you help with investment properties?", content: "Absolutely. Our investment consulting team specializes in identifying profitable opportunities, analyzing market trends, and helping you build a strong real estate portfolio."},
{
id: "5",
title: "How long does the selling process typically take?",
content: "Timeline varies based on market conditions and property type. Typically 30-90 days from listing to closing. Our team works to maximize value and minimize time on market.",
},
id: "5", title: "How long does the selling process typically take?", content: "Timeline varies based on market conditions and property type. Typically 30-90 days from listing to closing. Our team works to maximize value and minimize time on market."},
{
id: "6",
title: "What areas do you serve?",
content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your specific location. We also have referral networks nationwide.",
},
id: "6", title: "What areas do you serve?", content: "We serve the greater metropolitan area and surrounding regions. Contact us to confirm service availability for your specific location. We also have referral networks nationwide."},
]}
/>
</div>
@@ -242,66 +173,39 @@ export default function HomePage() {
copyrightText="© 2025 Estate Pro Real Estate. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "about",
},
label: "About Us", href: "about"},
{
label: "Our Team",
href: "team",
},
label: "Our Team", href: "team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "properties",
},
label: "Buy Property", href: "properties"},
{
label: "Sell Property",
href: "contact",
},
label: "Sell Property", href: "contact"},
{
label: "Property Management",
href: "#",
},
label: "Property Management", href: "#"},
{
label: "Investment Consulting",
href: "#",
},
label: "Investment Consulting", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "contact",
},
label: "Contact Us", href: "contact"},
{
label: "Schedule Tour",
href: "contact",
},
label: "Schedule Tour", href: "contact"},
{
label: "FAQ",
href: "faq",
},
label: "FAQ", href: "faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}

View File

@@ -44,26 +44,11 @@ export default function PropertiesPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Modern Downtown Apartment",
price: "$650,000",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=3",
imageAlt: "Modern apartment living room",
},
id: "1", name: "Modern Downtown Apartment", price: "$650,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-use-smart-mobile-phone-with-coffee-cup_74190-10450.jpg?_wi=3", imageAlt: "Modern apartment living room"},
{
id: "2",
name: "Commercial Office Building",
price: "$2,400,000",
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=3",
imageAlt: "Commercial building exterior",
},
id: "2", name: "Commercial Office Building", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-buildings-financial-district_1359-347.jpg?_wi=3", imageAlt: "Commercial building exterior"},
{
id: "3",
name: "Luxury Villa with Pool",
price: "$1,850,000",
imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150793979.jpg?_wi=2",
imageAlt: "Luxury villa with swimming pool",
},
id: "3", name: "Luxury Villa with Pool", price: "$1,850,000", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room-decorated-with-brazilian-folklore-design_23-2150793979.jpg?_wi=2", imageAlt: "Luxury villa with swimming pool"},
]}
/>
</div>
@@ -73,8 +58,7 @@ export default function PropertiesPage() {
copyrightText="© 2025 Estate Pro Real Estate. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Our Team", href: "/" },
{ label: "Careers", href: "#" },
@@ -82,8 +66,7 @@ export default function PropertiesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Property", href: "/properties" },
{ label: "Sell Property", href: "/" },
{ label: "Property Management", href: "#" },
@@ -91,8 +74,7 @@ export default function PropertiesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/" },
{ label: "Schedule Tour", href: "/" },
{ label: "FAQ", href: "#faq" },

View File

@@ -31,9 +31,7 @@ export default function TeamPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Schedule Tour",
href: "contact",
}}
text: "Schedule Tour", href: "contact"}}
/>
</div>
@@ -46,33 +44,13 @@ export default function TeamPage() {
animationType="slide-up"
groups={[
{
id: "agents",
groupTitle: "Senior Agents",
members: [
id: "agents", groupTitle: "Senior Agents", members: [
{
id: "1",
title: "Sarah Mitchell",
subtitle: "Lead Real Estate Agent",
detail: "sarah@estatepro.com",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg",
imageAlt: "Sarah Mitchell",
},
id: "1", title: "Sarah Mitchell", subtitle: "Lead Real Estate Agent", detail: "sarah@estatepro.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
title: "David Chen",
subtitle: "Commercial Properties Specialist",
detail: "david@estatepro.com",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
imageAlt: "David Chen",
},
id: "2", title: "David Chen", subtitle: "Commercial Properties Specialist", detail: "david@estatepro.com", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg", imageAlt: "David Chen"},
{
id: "3",
title: "Jessica Rodriguez",
subtitle: "Investment Advisor",
detail: "jessica@estatepro.com",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
imageAlt: "Jessica Rodriguez",
},
id: "3", title: "Jessica Rodriguez", subtitle: "Investment Advisor", detail: "jessica@estatepro.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Jessica Rodriguez"},
],
},
]}
@@ -86,21 +64,13 @@ export default function TeamPage() {
author="Michael Thompson, Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101915.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Client 4"},
]}
useInvertedBackground={false}
ratingAnimation="slide-up"
@@ -113,66 +83,39 @@ export default function TeamPage() {
copyrightText="© 2025 Estate Pro Real Estate. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "about",
},
label: "About Us", href: "about"},
{
label: "Our Team",
href: "team",
},
label: "Our Team", href: "team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Buy Property",
href: "properties",
},
label: "Buy Property", href: "properties"},
{
label: "Sell Property",
href: "contact",
},
label: "Sell Property", href: "contact"},
{
label: "Property Management",
href: "#",
},
label: "Property Management", href: "#"},
{
label: "Investment Consulting",
href: "#",
},
label: "Investment Consulting", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "contact",
},
label: "Contact Us", href: "contact"},
{
label: "Schedule Tour",
href: "contact",
},
label: "Schedule Tour", href: "contact"},
{
label: "FAQ",
href: "faq",
},
label: "FAQ", href: "faq"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}