Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 13:20:19 +00:00
parent d484d517f1
commit ce0366fa32

View File

@@ -47,53 +47,33 @@ export default function AboutPage() {
tag="Our Story"
tagIcon={Home}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=7",
imageAlt: "Community property",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Community property"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=6",
imageAlt: "Modern homes",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Modern homes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg?_wi=6",
imageAlt: "Premium properties",
},
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg", imageAlt: "Premium properties"},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=6",
imageAlt: "Urban developments",
},
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "Urban developments"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=7",
imageAlt: "City properties",
},
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "City properties"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=8",
imageAlt: "Regional listings",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Regional listings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=7",
imageAlt: "Quality homes",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Quality homes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg?_wi=7",
imageAlt: "Luxury listings",
},
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-170822.jpg", imageAlt: "Luxury listings"},
]}
carouselPosition="right"
buttons={[
{
text: "Browse Properties",
href: "/browse",
},
text: "Browse Properties", href: "/browse"},
{
text: "Start Listing",
href: "/list-property",
},
text: "Start Listing", href: "/list-property"},
]}
buttonAnimation="slide-up"
/>
@@ -104,48 +84,20 @@ export default function AboutPage() {
<MetricCardSeven
metrics={[
{
id: "1",
value: "2022",
title: "Year Founded",
items: [
"Started in Nairobi",
"Commitment to accessibility",
"Vision for Kenya",
"Trusted by thousands",
],
id: "1", value: "2022", title: "Year Founded", items: [
"Started in Nairobi", "Commitment to accessibility", "Vision for Kenya", "Trusted by thousands"],
},
{
id: "2",
value: "50+",
title: "Team Members",
items: [
"Passionate professionals",
"Tech innovators",
"Real estate experts",
"Customer success advocates",
],
id: "2", value: "50+", title: "Team Members", items: [
"Passionate professionals", "Tech innovators", "Real estate experts", "Customer success advocates"],
},
{
id: "3",
value: "8",
title: "Kenya Regions",
items: [
"Nairobi metropolitan",
"Mombasa coastal",
"Kisumu western",
"Rapid expansion",
],
id: "3", value: "8", title: "Kenya Regions", items: [
"Nairobi metropolitan", "Mombasa coastal", "Kisumu western", "Rapid expansion"],
},
{
id: "4",
value: "1M+",
title: "Property Searches Monthly",
items: [
"Growing user base",
"Increasing listings",
"Mobile first platform",
"Easy access anywhere",
],
id: "4", value: "1M+", title: "Property Searches Monthly", items: [
"Growing user base", "Increasing listings", "Mobile first platform", "Easy access anywhere"],
},
]}
title="HomeHub Kenya's Impact"
@@ -165,13 +117,9 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "Get Started Today",
href: "/browse",
},
text: "Get Started Today", href: "/browse"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
/>
</div>
@@ -179,72 +127,45 @@ export default function AboutPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg"
imageAlt="HomeHub Kenya properties"
logoText="HomeHub Kenya"
copyrightText="© 2025 HomeHub Kenya. All rights reserved."
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Browse Properties",
href: "/browse",
},
label: "Browse Properties", href: "/browse"},
{
label: "List Property",
href: "/list-property",
},
label: "List Property", href: "/list-property"},
{
label: "How It Works",
href: "#how-it-works",
},
label: "How It Works", href: "#how-it-works"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
{
label: "Contact Support",
href: "#",
},
label: "Contact Support", href: "#"},
],
},
]}