From 7e6e290fe6e5ef6dd970fb99b685f2df3f10c557 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:25:20 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 104 ++++++++++------------------------------- 1 file changed, 25 insertions(+), 79 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 97ba69f..15e5bd9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,22 +14,20 @@ export default function AboutPage() { { name: "Properties", id: "properties" }, { name: "About", id: "about" }, { name: "Team", id: "team" }, - { name: "Contact", id: "#" }, + { name: "Contact", id: "contact" }, ]; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, - { label: "Properties", href: "/" }, + { label: "Properties", href: "/properties" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Market Reports", href: "#" }, { label: "Investment Guide", href: "#" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -84,19 +80,13 @@ export default function AboutPage() { useInvertedBackground={false} bulletPoints={[ { - title: "15+ Years Excellence", - description: "Delivering premium properties that exceed expectations and define luxury standards.", - icon: Award, + title: "15+ Years Excellence", description: "Delivering premium properties that exceed expectations and define luxury standards.", icon: Award, }, { - title: "500+ Happy Clients", - description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", - icon: Users, + title: "500+ Happy Clients", description: "Trusted by discerning buyers and investors worldwide seeking quality and exclusivity.", icon: Users, }, { - title: "Prime Locations", - description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", - icon: MapPin, + title: "Prime Locations", description: "Strategic developments in the most desirable neighborhoods with unmatched accessibility.", icon: MapPin, }, ]} imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2" @@ -105,9 +95,7 @@ export default function AboutPage() { mediaAnimation="slide-up" buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} buttonAnimation="slide-up" /> @@ -118,34 +106,16 @@ export default function AboutPage() { features={[ { id: 1, - tag: "Expertise", - title: "Strategic Locations", - subtitle: "Prime addresses with proven appreciation", - description: - "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", - imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=9", - imageAlt: "Luxury penthouse with city views", - }, + tag: "Expertise", title: "Strategic Locations", subtitle: "Prime addresses with proven appreciation", description: + "Our properties are positioned in the most sought-after neighborhoods with strong market fundamentals, ensuring long-term value and appreciation potential for investors and residents alike.", imageSrc: "http://img.b2bpic.net/free-photo/glassy-skyscrapers-from-sunset-cityscape_23-2148184229.jpg?_wi=9", imageAlt: "Luxury penthouse with city views"}, { id: 2, - tag: "Design", - title: "Architectural Excellence", - subtitle: "World-class design meets functionality", - description: - "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=7", - imageAlt: "Exclusive beachfront villa", - }, + tag: "Design", title: "Architectural Excellence", subtitle: "World-class design meets functionality", description: + "Each development showcases innovative architecture blended with practical elegance. Our award-winning design teams ensure every detail contributes to an exceptional living experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=7", imageAlt: "Exclusive beachfront villa"}, { id: 3, - tag: "Quality", - title: "Premium Amenities", - subtitle: "Luxury facilities that enhance lifestyle", - description: - "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=8", - imageAlt: "Contemporary urban townhouse", - }, + tag: "Quality", title: "Premium Amenities", subtitle: "Luxury facilities that enhance lifestyle", description: + "From state-of-the-art fitness centers to concierge services, our properties feature comprehensive amenities designed for sophisticated living and convenience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-closed-windows_23-2148252721.jpg?_wi=8", imageAlt: "Contemporary urban townhouse"}, ]} title="Why Choose Luxe Properties" description="We deliver more than properties—we deliver investments in lifestyle, quality, and future value." @@ -156,9 +126,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Explore Benefits", - href: "#", - }, + text: "Explore Benefits", href: "#"}, ]} buttonAnimation="slide-up" /> @@ -168,36 +136,16 @@ export default function AboutPage() {