diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8104e77..273d841 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -35,9 +35,7 @@ export default function AboutPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Schedule Consultation", - href: "contact", - }} + text: "Schedule Consultation", href: "contact"}} /> @@ -48,13 +46,11 @@ export default function AboutPage() { description="For over 25 years, we've been redefining luxury real estate. Our commitment to excellence, transparency, and client satisfaction has established us as the premier destination for discerning buyers and sellers seeking the finest properties." tag="Our Story" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg" imageAlt="Luxury real estate office and team" buttons={[ { - text: "Learn More", - href: "about", - }, + text: "Learn More", href: "about"}, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -73,71 +69,50 @@ export default function AboutPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Trusted Agents", - description: "Our team of seasoned professionals brings decades of luxury real estate expertise. Each agent is vetted, certified, and dedicated to delivering exceptional results.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=7", - }, + id: "1", title: "Trusted Agents", description: "Our team of seasoned professionals brings decades of luxury real estate expertise. Each agent is vetted, certified, and dedicated to delivering exceptional results.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg"}, items: [ { icon: CheckCircle, - text: "Expert market knowledge", - }, + text: "Expert market knowledge"}, { icon: CheckCircle, - text: "24/7 availability", - }, + text: "24/7 availability"}, { icon: CheckCircle, - text: "Proven track record", - }, + text: "Proven track record"}, ], reverse: false, }, { - id: "2", - title: "Verified Listings", - description: "Every property is carefully curated and authenticated. We guarantee legitimacy, transparency, and detailed documentation for every listing we present.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=7", - }, + id: "2", title: "Verified Listings", description: "Every property is carefully curated and authenticated. We guarantee legitimacy, transparency, and detailed documentation for every listing we present.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg"}, items: [ { icon: Shield, - text: "Complete verification", - }, + text: "Complete verification"}, { icon: Shield, - text: "Transparent documentation", - }, + text: "Transparent documentation"}, { icon: Shield, - text: "Quality assurance", - }, + text: "Quality assurance"}, ], reverse: true, }, { - id: "3", - title: "Luxury Experience", - description: "From private viewings to white-glove service, we provide an unmatched experience. Every detail matters when dealing with premium properties.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=7", - }, + id: "3", title: "Luxury Experience", description: "From private viewings to white-glove service, we provide an unmatched experience. Every detail matters when dealing with premium properties.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg"}, items: [ { icon: Sparkles, - text: "Exclusive viewings", - }, + text: "Exclusive viewings"}, { icon: Sparkles, - text: "Personalized service", - }, + text: "Personalized service"}, { icon: Sparkles, - text: "Premium concierge", - }, + text: "Premium concierge"}, ], reverse: false, }, @@ -155,18 +130,13 @@ export default function AboutPage() { description="Let our expert team guide you through the journey to find your perfect luxury property. From initial consultation to final closing, we're with you every step of the way." buttons={[ { - text: "Schedule Consultation", - href: "contact", - }, + text: "Schedule Consultation", href: "contact"}, { - text: "View All Properties", - href: "properties", - }, + text: "View All Properties", href: "properties"}, ]} buttonAnimation="slide-up" background={{ - variant: "aurora", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -176,13 +146,9 @@ export default function AboutPage() {