Merge version_1 into main #2
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -47,53 +47,33 @@ export default function ListPropertyPage() {
|
||||
tag="Start Listing Today"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=4",
|
||||
imageAlt: "Modern property listing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Modern property listing"},
|
||||
{
|
||||
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=4",
|
||||
imageAlt: "Beautiful property",
|
||||
},
|
||||
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: "Beautiful property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=4",
|
||||
imageAlt: "Urban property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "Urban property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=4",
|
||||
imageAlt: "Property overview",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Property overview"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=5",
|
||||
imageAlt: "City property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "City property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=5",
|
||||
imageAlt: "Aerial property view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Aerial property view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=5",
|
||||
imageAlt: "Interior property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Interior property"},
|
||||
{
|
||||
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=5",
|
||||
imageAlt: "Premium property",
|
||||
},
|
||||
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 property"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Listing",
|
||||
href: "#",
|
||||
},
|
||||
text: "Create Listing", href: "#"},
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Pricing", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,71 +84,50 @@ export default function ListPropertyPage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Upload Property Details",
|
||||
description: "Add your property information including address, type (apartment, house, villa), number of bedrooms, amenities, and detailed description. Our streamlined form guides you through every step.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/real-estate-landing-page-template_23-2149965597.jpg",
|
||||
},
|
||||
id: "1", title: "Upload Property Details", description: "Add your property information including address, type (apartment, house, villa), number of bedrooms, amenities, and detailed description. Our streamlined form guides you through every step.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/real-estate-landing-page-template_23-2149965597.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Upload,
|
||||
text: "Property type selection",
|
||||
},
|
||||
text: "Property type selection"},
|
||||
{
|
||||
icon: FileCheck,
|
||||
text: "Amenities & features",
|
||||
},
|
||||
text: "Amenities & features"},
|
||||
{
|
||||
icon: Send,
|
||||
text: "Detailed descriptions",
|
||||
},
|
||||
text: "Detailed descriptions"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Add High-Quality Photos & Tours",
|
||||
description: "Upload multiple photos showcasing your property's best features. Optional video tours and floor plans help potential renters visualize the space, leading to more qualified inquiries.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-searching_23-2148686371.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Add High-Quality Photos & Tours", description: "Upload multiple photos showcasing your property's best features. Optional video tours and floor plans help potential renters visualize the space, leading to more qualified inquiries.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-searching_23-2148686371.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Upload,
|
||||
text: "Photo gallery upload",
|
||||
},
|
||||
text: "Photo gallery upload"},
|
||||
{
|
||||
icon: Home,
|
||||
text: "Virtual tour support",
|
||||
},
|
||||
text: "Virtual tour support"},
|
||||
{
|
||||
icon: FileCheck,
|
||||
text: "Professional presentation",
|
||||
},
|
||||
text: "Professional presentation"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Set Pricing & Go Live",
|
||||
description: "Choose your rental price or sale price. Review your listing one final time and publish. Your property immediately reaches thousands of potential buyers and renters across Kenya.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148588802.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Set Pricing & Go Live", description: "Choose your rental price or sale price. Review your listing one final time and publish. Your property immediately reaches thousands of potential buyers and renters across Kenya.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148588802.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: FileCheck,
|
||||
text: "Competitive pricing tools",
|
||||
},
|
||||
text: "Competitive pricing tools"},
|
||||
{
|
||||
icon: Send,
|
||||
text: "One-click publishing",
|
||||
},
|
||||
text: "One-click publishing"},
|
||||
{
|
||||
icon: Home,
|
||||
text: "Instant visibility",
|
||||
},
|
||||
text: "Instant visibility"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -190,13 +149,9 @@ export default function ListPropertyPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Free Listing",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Your Free Listing", href: "#"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,72 +159,45 @@ export default function ListPropertyPage() {
|
||||
{/* 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=6"
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
326
src/app/page.tsx
326
src/app/page.tsx
@@ -60,53 +60,33 @@ export default function HomePage() {
|
||||
tag="Real Estate Marketplace"
|
||||
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=1",
|
||||
imageAlt: "Modern apartment listing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Modern apartment listing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=1",
|
||||
imageAlt: "Beautiful house property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Beautiful house property"},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Luxury villa listing",
|
||||
},
|
||||
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 villa listing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=1",
|
||||
imageAlt: "Downtown modern apartment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "Downtown modern apartment"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
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=2",
|
||||
imageAlt: "Premium villa property",
|
||||
},
|
||||
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 villa property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg?_wi=2",
|
||||
imageAlt: "City center residence",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-with-modern-skyscrapers-daytime_181624-26979.jpg", imageAlt: "City center residence"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg?_wi=2",
|
||||
imageAlt: "Contemporary apartment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-village-surrounded-by-nature_1268-15591.jpg", imageAlt: "Contemporary apartment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg?_wi=2",
|
||||
imageAlt: "Modern residential home",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-with-designer-chair-near-full-length-window_1163-3800.jpg", imageAlt: "Modern residential home"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Browsing",
|
||||
href: "/browse",
|
||||
},
|
||||
text: "Start Browsing", href: "/browse"},
|
||||
{
|
||||
text: "List Your Property",
|
||||
href: "/list-property",
|
||||
},
|
||||
text: "List Your Property", href: "/list-property"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,53 +105,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern 2-Bed Apartment, Westlands",
|
||||
price: "KES 65,000",
|
||||
variant: "Furnished • 2 Bedrooms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324694.jpg?_wi=1",
|
||||
imageAlt: "Modern two bedroom apartment",
|
||||
},
|
||||
id: "1", name: "Modern 2-Bed Apartment, Westlands", price: "KES 65,000", variant: "Furnished • 2 Bedrooms", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324694.jpg", imageAlt: "Modern two bedroom apartment"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spacious 3-Bed House, Karen",
|
||||
price: "KES 120,000",
|
||||
variant: "Unfurnished • 3 Bedrooms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg?_wi=1",
|
||||
imageAlt: "Spacious house property",
|
||||
},
|
||||
id: "2", name: "Spacious 3-Bed House, Karen", price: "KES 120,000", variant: "Unfurnished • 3 Bedrooms", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", imageAlt: "Spacious house property"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cozy Studio, Downtown Nairobi",
|
||||
price: "KES 25,000",
|
||||
variant: "Furnished • Studio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stress-white-calling-mobile-phone-colleagues_1134-1105.jpg?_wi=1",
|
||||
imageAlt: "Studio apartment listing",
|
||||
},
|
||||
id: "3", name: "Cozy Studio, Downtown Nairobi", price: "KES 25,000", variant: "Furnished • Studio", imageSrc: "http://img.b2bpic.net/free-photo/stress-white-calling-mobile-phone-colleagues_1134-1105.jpg", imageAlt: "Studio apartment listing"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elegant 1-Bed Apartment, Kilimani",
|
||||
price: "KES 45,000",
|
||||
variant: "Semi-Furnished • 1 Bedroom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-going-holiday-packing-suitcase-room-sits-bed-with-luggage-prepares_1258-270200.jpg?_wi=1",
|
||||
imageAlt: "One bedroom apartment",
|
||||
},
|
||||
id: "4", name: "Elegant 1-Bed Apartment, Kilimani", price: "KES 45,000", variant: "Semi-Furnished • 1 Bedroom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-going-holiday-packing-suitcase-room-sits-bed-with-luggage-prepares_1258-270200.jpg", imageAlt: "One bedroom apartment"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Premium 2-Bed Apartment, Upper Hill",
|
||||
price: "KES 95,000",
|
||||
variant: "Fully Furnished • 2 Bedrooms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324694.jpg?_wi=2",
|
||||
imageAlt: "Premium two bedroom apartment",
|
||||
},
|
||||
id: "5", name: "Premium 2-Bed Apartment, Upper Hill", price: "KES 95,000", variant: "Fully Furnished • 2 Bedrooms", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324694.jpg", imageAlt: "Premium two bedroom apartment"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Family Home, Muthaiga",
|
||||
price: "KES 180,000",
|
||||
variant: "Unfurnished • 4 Bedrooms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg?_wi=2",
|
||||
imageAlt: "Family home property",
|
||||
},
|
||||
id: "6", name: "Family Home, Muthaiga", price: "KES 180,000", variant: "Unfurnished • 4 Bedrooms", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", imageAlt: "Family home property"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,71 +125,50 @@ export default function HomePage() {
|
||||
<FeatureCardTen
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Search & Browse Properties",
|
||||
description: "Use our advanced search filters to find properties by location, price, bedrooms, and amenities. View detailed listings with high-quality photos and virtual tours.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-searching_23-2148686371.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Search & Browse Properties", description: "Use our advanced search filters to find properties by location, price, bedrooms, and amenities. View detailed listings with high-quality photos and virtual tours.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/real-estate-searching_23-2148686371.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Search,
|
||||
text: "Advanced filtering options",
|
||||
},
|
||||
text: "Advanced filtering options"},
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Location-based search",
|
||||
},
|
||||
text: "Location-based search"},
|
||||
{
|
||||
icon: Image,
|
||||
text: "High-quality photo galleries",
|
||||
},
|
||||
text: "High-quality photo galleries"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Connect with Verified Sellers",
|
||||
description: "Message property owners directly through our secure messaging platform. Ask questions, arrange viewings, and negotiate terms safely.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-looking-smartphone_23-2148894596.jpg",
|
||||
},
|
||||
id: "2", title: "Connect with Verified Sellers", description: "Message property owners directly through our secure messaging platform. Ask questions, arrange viewings, and negotiate terms safely.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-looking-smartphone_23-2148894596.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "Direct messaging system",
|
||||
},
|
||||
text: "Direct messaging system"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Verified seller badges",
|
||||
},
|
||||
text: "Verified seller badges"},
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Quick response times",
|
||||
},
|
||||
text: "Quick response times"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Complete Secure Transactions",
|
||||
description: "Finalize your rental or purchase with our secure payment processing. All transactions are protected and documented for both parties' peace of mind.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148588802.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Complete Secure Transactions", description: "Finalize your rental or purchase with our secure payment processing. All transactions are protected and documented for both parties' peace of mind.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148588802.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Lock,
|
||||
text: "Secure payment gateway",
|
||||
},
|
||||
text: "Secure payment gateway"},
|
||||
{
|
||||
icon: FileCheck,
|
||||
text: "Digital agreements",
|
||||
},
|
||||
text: "Digital agreements"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Transaction verification",
|
||||
},
|
||||
text: "Transaction verification"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -263,16 +186,12 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Find the Right Property Type",
|
||||
},
|
||||
type: "text", content: "Find the Right Property Type"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore All Categories",
|
||||
href: "/browse",
|
||||
},
|
||||
text: "Explore All Categories", href: "/browse"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -283,48 +202,20 @@ export default function HomePage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5,000+",
|
||||
title: "Active Listings",
|
||||
items: [
|
||||
"Apartments",
|
||||
"Houses",
|
||||
"Villas",
|
||||
"Commercial spaces",
|
||||
],
|
||||
id: "1", value: "5,000+", title: "Active Listings", items: [
|
||||
"Apartments", "Houses", "Villas", "Commercial spaces"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15,000+",
|
||||
title: "Happy Users",
|
||||
items: [
|
||||
"Renters found homes",
|
||||
"Sellers completed deals",
|
||||
"Verified accounts",
|
||||
"Positive reviews",
|
||||
],
|
||||
id: "2", value: "15,000+", title: "Happy Users", items: [
|
||||
"Renters found homes", "Sellers completed deals", "Verified accounts", "Positive reviews"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Success Rate",
|
||||
items: [
|
||||
"Transactions completed",
|
||||
"User satisfaction",
|
||||
"Safe platform",
|
||||
"Secure payments",
|
||||
],
|
||||
id: "3", value: "98%", title: "Success Rate", items: [
|
||||
"Transactions completed", "User satisfaction", "Safe platform", "Secure payments"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Customer Support",
|
||||
items: [
|
||||
"Responsive team",
|
||||
"Multiple channels",
|
||||
"Quick solutions",
|
||||
"Always available",
|
||||
],
|
||||
id: "4", value: "24/7", title: "Customer Support", items: [
|
||||
"Responsive team", "Multiple channels", "Quick solutions", "Always available"],
|
||||
},
|
||||
]}
|
||||
title="Growing Kenya's Real Estate Market"
|
||||
@@ -340,41 +231,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Grace Omondi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg",
|
||||
imageAlt: "Grace Omondi",
|
||||
},
|
||||
id: "1", name: "Grace Omondi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022644.jpg", imageAlt: "Grace Omondi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Kipchoge",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
|
||||
imageAlt: "David Kipchoge",
|
||||
},
|
||||
id: "2", name: "David Kipchoge", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageAlt: "David Kipchoge"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amina Hassan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg",
|
||||
imageAlt: "Amina Hassan",
|
||||
},
|
||||
id: "3", name: "Amina Hassan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageAlt: "Amina Hassan"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Peter Mwangi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
imageAlt: "Peter Mwangi",
|
||||
},
|
||||
id: "4", name: "Peter Mwangi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageAlt: "Peter Mwangi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lillian Achieng",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg",
|
||||
imageAlt: "Lillian Achieng",
|
||||
},
|
||||
id: "5", name: "Lillian Achieng", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-young-woman-looking-camera_1262-16156.jpg", imageAlt: "Lillian Achieng"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Samuel Kariuki",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
imageAlt: "Samuel Kariuki",
|
||||
},
|
||||
id: "6", name: "Samuel Kariuki", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "Samuel Kariuki"},
|
||||
]}
|
||||
cardTitle="Over 15,000 Kenyans have found their perfect home through HomeHub"
|
||||
cardTag="See what they say"
|
||||
@@ -388,35 +255,17 @@ export default function HomePage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is HomeHub Kenya safe for transactions?",
|
||||
content: "Yes, HomeHub Kenya uses industry-standard encryption and secure payment processing. All transactions are protected, and we verify both buyers and sellers to ensure safety and authenticity.",
|
||||
},
|
||||
id: "1", title: "Is HomeHub Kenya safe for transactions?", content: "Yes, HomeHub Kenya uses industry-standard encryption and secure payment processing. All transactions are protected, and we verify both buyers and sellers to ensure safety and authenticity."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are the rental prices like in Kenya?",
|
||||
content: "Rental prices vary by location and property type. Studio apartments range from KES 15,000-35,000, one-bedroom from KES 30,000-60,000, and houses from KES 80,000 and above. Use our filters to find properties within your budget.",
|
||||
},
|
||||
id: "2", title: "What are the rental prices like in Kenya?", content: "Rental prices vary by location and property type. Studio apartments range from KES 15,000-35,000, one-bedroom from KES 30,000-60,000, and houses from KES 80,000 and above. Use our filters to find properties within your budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I list my property on HomeHub?",
|
||||
content: "Simply sign up, click 'List Property', upload photos and details, set your price, and publish. Your listing will be visible to thousands of potential tenants and buyers immediately.",
|
||||
},
|
||||
id: "3", title: "How do I list my property on HomeHub?", content: "Simply sign up, click 'List Property', upload photos and details, set your price, and publish. Your listing will be visible to thousands of potential tenants and buyers immediately."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I negotiate prices on listed properties?",
|
||||
content: "Yes! Contact the seller through our messaging system to discuss terms. Most sellers are open to negotiation, especially for longer-term rentals or bulk purchases.",
|
||||
},
|
||||
id: "4", title: "Can I negotiate prices on listed properties?", content: "Yes! Contact the seller through our messaging system to discuss terms. Most sellers are open to negotiation, especially for longer-term rentals or bulk purchases."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What documentation do I need for a rental?",
|
||||
content: "Typically you'll need ID, proof of income, and references. Landlords may also request a deposit (usually one month's rent). The specific requirements vary by landlord and are discussed through our platform.",
|
||||
},
|
||||
id: "5", title: "What documentation do I need for a rental?", content: "Typically you'll need ID, proof of income, and references. Landlords may also request a deposit (usually one month's rent). The specific requirements vary by landlord and are discussed through our platform."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How long does the listing process take?",
|
||||
content: "Your property appears live within 24 hours of submission. We review all listings to ensure accuracy and compliance with our standards. Premium featured listings can be set up in as little as 2 hours.",
|
||||
},
|
||||
id: "6", title: "How long does the listing process take?", content: "Your property appears live within 24 hours of submission. We review all listings to ensure accuracy and compliance with our standards. Premium featured listings can be set up in as little as 2 hours."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common questions about renting, selling, and using HomeHub Kenya"
|
||||
@@ -435,13 +284,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send Message", href: "#"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+254712345678",
|
||||
},
|
||||
text: "Call Us", href: "tel:+254712345678"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -449,72 +294,45 @@ export default function HomePage() {
|
||||
{/* 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=3"
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user