From 72ccc6cadb83b502c1313cabb7a2f6d5dc5da0ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:29 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 117 ++++++++++------------------------------- 1 file changed, 27 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index abdf4ac..bf2ba94 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Tour", - href: "contact", - }} + text: "Schedule Tour", href: "contact"}} /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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: "#"}, ], }, ]} -- 2.49.1 From 7ff32bf0d35846812d9978eb8223c1ec127da009 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:30 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66fb524..26d40d8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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."}, ]} /> -- 2.49.1 From a995312476a6854c350c04bec6fba7a710918c66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:30 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 180 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f359d94..2ed4b75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Tour", - href: "contact", - }} + text: "Schedule Tour", href: "contact"}} /> @@ -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" /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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"}, ]} /> @@ -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."}, ]} /> @@ -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: "#"}, ], }, ]} -- 2.49.1 From 0dc976614a6d501beb51d895ea2964608c4f4c7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:30 +0000 Subject: [PATCH 4/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index bf2d4c5..d942bf7 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -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"}, ]} /> @@ -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" }, -- 2.49.1 From a6ac164f24df664663325027b3349df949dcbcfd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:00:31 +0000 Subject: [PATCH 5/5] Update src/app/team/page.tsx --- src/app/team/page.tsx | 105 ++++++++++-------------------------------- 1 file changed, 24 insertions(+), 81 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index f23af72..0b8d912 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -31,9 +31,7 @@ export default function TeamPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Tour", - href: "contact", - }} + text: "Schedule Tour", href: "contact"}} /> @@ -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: "#"}, ], }, ]} -- 2.49.1