From ccb0a0cbf5e1e9568960c1ea1a075cb94a484b84 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:18:07 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 +++++++++++++----------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e90c451..0510c53 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "Featured Listings", href: "/" }, { label: "Search Properties", href: "/" }, { label: "New Arrivals", href: "#" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "#team" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Market Insights", href: "#" }, { label: "Buyer's Guide", href: "#" }, { label: "Investment Guide", href: "#" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -86,7 +82,7 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[{ text: "Meet Our Team", href: "#team" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-sharing-smartphone-with-coworker_23-2147668788.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-sharing-smartphone-with-coworker_23-2147668788.jpg" imageAlt="Prestige Homes office interior" useInvertedBackground={true} /> @@ -99,34 +95,20 @@ export default function AboutPage() { tag="Expertise" tagIcon={Award} tagAnimation="slide-up" + gridVariant="three-columns-all-equal-width" features={[ { - id: "01", - title: "Property Marketing", - description: - "Strategic marketing campaigns that showcase your property to qualified high-net-worth buyers worldwide.", - imageSrc: - "http://img.b2bpic.net/free-vector/gradient-real-estate-infographic-template_23-2149115435.jpg?_wi=2", - imageAlt: "Property marketing strategy", - }, + id: "01", title: "Property Marketing", description: + "Strategic marketing campaigns that showcase your property to qualified high-net-worth buyers worldwide.", imageSrc: + "http://img.b2bpic.net/free-vector/gradient-real-estate-infographic-template_23-2149115435.jpg", imageAlt: "Property marketing strategy"}, { - id: "02", - title: "Investment Advisory", - description: - "Expert guidance on luxury real estate investments, market trends, and portfolio diversification strategies.", - imageSrc: - "http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg?_wi=2", - imageAlt: "Investment advisory consultation", - }, + id: "02", title: "Investment Advisory", description: + "Expert guidance on luxury real estate investments, market trends, and portfolio diversification strategies.", imageSrc: + "http://img.b2bpic.net/free-photo/reading-statistics_1098-13505.jpg", imageAlt: "Investment advisory consultation"}, { - id: "03", - title: "Concierge Services", - description: - "Personalized white-glove service handling every aspect of your luxury property purchase or sale.", - imageSrc: - "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=2", - imageAlt: "Concierge service", - }, + id: "03", title: "Concierge Services", description: + "Personalized white-glove service handling every aspect of your luxury property purchase or sale.", imageSrc: + "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg", imageAlt: "Concierge service"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1