From bbc0c843860017710bcf81d082c73e70085cfafa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:05:24 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 55 +++++++++++------------------------------- 1 file changed, 14 insertions(+), 41 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a66d79e..7ae769a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ const AboutPage = () => { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Properties", href: "/properties" }, { label: "About Us", href: "/about" }, @@ -29,8 +28,7 @@ const AboutPage = () => { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Residential Plots", href: "#" }, { label: "Apartments", href: "#" }, { label: "Investment Consulting", href: "#" }, @@ -38,8 +36,7 @@ const AboutPage = () => { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: +91 8765 432 100", href: "tel:+918765432100" }, { label: "Email: info@aadivdevelopers.com", href: "mailto:info@aadivdevelopers.com" }, { label: "Bhubaneswar, Odisha", href: "#" }, @@ -79,29 +76,21 @@ const AboutPage = () => { textboxLayout="default" useInvertedBackground={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-talking-office_23-2147807999.jpg" imageAlt="Aadiv Developers team" imagePosition="right" bulletPoints={[ { - title: "Mission", - description: "To provide affordable, transparent, and quality real estate solutions that empower families and investors to achieve their property aspirations.", - icon: CheckCircle, + title: "Mission", description: "To provide affordable, transparent, and quality real estate solutions that empower families and investors to achieve their property aspirations.", icon: CheckCircle, }, { - title: "Vision", - description: "To be the most trusted real estate developer in Bhubaneswar, known for innovation, integrity, and exceptional customer service.", - icon: Shield, + title: "Vision", description: "To be the most trusted real estate developer in Bhubaneswar, known for innovation, integrity, and exceptional customer service.", icon: Shield, }, { - title: "Values", - description: "Transparency, quality, customer-centricity, and continuous improvement drive every decision we make.", - icon: MapPin, + title: "Values", description: "Transparency, quality, customer-centricity, and continuous improvement drive every decision we make.", icon: MapPin, }, { - title: "Commitment", - description: "We are dedicated to sustainable development that benefits our customers, employees, and the community.", - icon: DollarSign, + title: "Commitment", description: "We are dedicated to sustainable development that benefits our customers, employees, and the community.", icon: DollarSign, }, ]} buttons={[{ text: "Contact Our Team", href: "/contact" }]} @@ -123,32 +112,16 @@ const AboutPage = () => { carouselMode="buttons" metrics={[ { - id: "1", - value: "500", - title: "satisfied clients", - description: "Families who have invested their trust in us for their homes", - icon: Users, + id: "1", value: "500", title: "satisfied clients", description: "Families who have invested their trust in us for their homes", icon: Users, }, { - id: "2", - value: "50", - title: "completed projects", - description: "Successful developments across prime locations in Bhubaneswar", - icon: Building, + id: "2", value: "50", title: "completed projects", description: "Successful developments across prime locations in Bhubaneswar", icon: Building, }, { - id: "3", - value: "15", - title: "years", - description: "Of dedicated service and excellence in real estate development", - icon: Calendar, + id: "3", value: "15", title: "years", description: "Of dedicated service and excellence in real estate development", icon: Calendar, }, { - id: "4", - value: "100", - title: "percent transparent", - description: "All dealings verified and legally compliant with zero hidden charges", - icon: TrendingUp, + id: "4", value: "100", title: "percent transparent", description: "All dealings verified and legally compliant with zero hidden charges", icon: TrendingUp, }, ]} /> @@ -158,7 +131,7 @@ const AboutPage = () => { {