Merge version_1 into main #2
312
src/app/page.tsx
312
src/app/page.tsx
@@ -32,73 +32,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Businesses",
|
||||
id: "directory",
|
||||
},
|
||||
{
|
||||
name: "Leasing",
|
||||
id: "leasing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Businesses", id: "directory" },
|
||||
{ name: "Leasing", id: "leasing" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Kisumu City Business Park"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+254000000000",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+254000000000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Where Business Meets Opportunity in Kisumu"
|
||||
description="Kisumu's trusted business and commercial hub. Prime office spaces, retail units, and professional environment for growing enterprises."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Inquiry",
|
||||
href: "https://wa.me/254000000000",
|
||||
},
|
||||
{
|
||||
text: "Book a Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "WhatsApp Inquiry", href: "https://wa.me/254000000000" },
|
||||
{ text: "Book a Visit", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg?_wi=1",
|
||||
imageAlt: "modern office building exterior Kisumu",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg?_wi=1",
|
||||
imageAlt: "business commercial park aerial view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg",
|
||||
imageAlt: "business reception desk modern",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=1",
|
||||
imageAlt: "restaurant cafe interior design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273781.jpg",
|
||||
imageAlt: "retail space interior modern",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-interior-design_23-2149647174.jpg",
|
||||
imageAlt: "empty office unit interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", imageAlt: "modern office building exterior Kisumu" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", imageAlt: "business commercial park aerial view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-ipad-medium-shot_23-2150103635.jpg", imageAlt: "business reception desk modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", imageAlt: "restaurant cafe interior design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273781.jpg", imageAlt: "retail space interior modern" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-interior-design_23-2149647174.jpg", imageAlt: "empty office unit interior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,27 +70,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300+",
|
||||
title: "Verified Reviews",
|
||||
description: "Highly satisfied tenants and visitors",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Secure Parking",
|
||||
description: "Ample space for staff and customers",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Businesses Onsite",
|
||||
description: "A diverse commercial ecosystem",
|
||||
icon: Building2,
|
||||
},
|
||||
{ id: "m1", value: "300+", title: "Verified Reviews", description: "Highly satisfied tenants and visitors", icon: Star },
|
||||
{ id: "m2", value: "100%", title: "Secure Parking", description: "Ample space for staff and customers", icon: Shield },
|
||||
{ id: "m3", value: "50+", title: "Businesses Onsite", description: "A diverse commercial ecosystem", icon: Building2 }
|
||||
]}
|
||||
title="Proven Business Environment"
|
||||
description="Trusted by hundreds of local businesses to provide secure, professional, and accessible commercial space."
|
||||
@@ -149,52 +91,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="directory" data-section="directory">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Local Cafe & Bistro",
|
||||
price: "Food & Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg",
|
||||
imageAlt: "restaurant cafe interior design",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fashion Boutique",
|
||||
price: "Shopping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-117437.jpg",
|
||||
imageAlt: "retail space interior modern",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tech Services Hub",
|
||||
price: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-meeting_53876-25080.jpg",
|
||||
imageAlt: "office space interior design",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Daily Essentials Store",
|
||||
price: "Shopping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg",
|
||||
imageAlt: "retail space interior modern",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Professional Law Offices",
|
||||
price: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg",
|
||||
imageAlt: "office space interior design",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artisan Bakery",
|
||||
price: "Food & Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-date-side-view_23-2148422396.jpg",
|
||||
imageAlt: "restaurant cafe interior design",
|
||||
},
|
||||
{ id: "p1", name: "Local Cafe & Bistro", price: "Food & Drink", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3434.jpg", imageAlt: "restaurant cafe interior design" },
|
||||
{ id: "p2", name: "Fashion Boutique", price: "Shopping", imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-117437.jpg", imageAlt: "retail space interior modern" },
|
||||
{ id: "p3", name: "Tech Services Hub", price: "Services", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-meeting_53876-25080.jpg", imageAlt: "office space interior design" },
|
||||
{ id: "p4", name: "Daily Essentials Store", price: "Shopping", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", imageAlt: "retail space interior modern" },
|
||||
{ id: "p5", name: "Professional Law Offices", price: "Services", imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg", imageAlt: "office space interior design" },
|
||||
{ id: "p6", name: "Artisan Bakery", price: "Food & Drink", imageSrc: "http://img.b2bpic.net/free-photo/couple-date-side-view_23-2148422396.jpg", imageAlt: "restaurant cafe interior design" }
|
||||
]}
|
||||
title="Business Directory"
|
||||
description="Explore the diverse range of businesses currently serving customers within our park."
|
||||
@@ -208,56 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "office",
|
||||
tag: "Popular",
|
||||
price: "KSh 25,000",
|
||||
period: "/mo",
|
||||
description: "Professional executive office suites.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
},
|
||||
featuresTitle: "Included Amenities:",
|
||||
features: [
|
||||
"High-speed Internet",
|
||||
"24/7 Security",
|
||||
"Ample Parking",
|
||||
"Central Location",
|
||||
],
|
||||
id: "office", tag: "Popular", price: "KSh 25,000", period: "/mo", description: "Professional executive office suites.", button: { text: "Inquire Now" },
|
||||
featuresTitle: "Included Amenities:", features: ["High-speed Internet", "24/7 Security", "Ample Parking", "Central Location"]
|
||||
},
|
||||
{
|
||||
id: "retail",
|
||||
tag: "Available",
|
||||
price: "KSh 18,000",
|
||||
period: "/mo",
|
||||
description: "Modern retail units with high foot traffic.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
},
|
||||
featuresTitle: "Included Amenities:",
|
||||
features: [
|
||||
"Prime Location",
|
||||
"Marketing Support",
|
||||
"Secure Environment",
|
||||
"Easy Access",
|
||||
],
|
||||
id: "retail", tag: "Available", price: "KSh 18,000", period: "/mo", description: "Modern retail units with high foot traffic.", button: { text: "Inquire Now" },
|
||||
featuresTitle: "Included Amenities:", features: ["Prime Location", "Marketing Support", "Secure Environment", "Easy Access"]
|
||||
},
|
||||
{
|
||||
id: "shared",
|
||||
tag: "Flex",
|
||||
price: "KSh 10,000",
|
||||
period: "/mo",
|
||||
description: "Shared workspace for startups.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
},
|
||||
featuresTitle: "Included Amenities:",
|
||||
features: [
|
||||
"Workstations",
|
||||
"Meeting Access",
|
||||
"Internet",
|
||||
"Shared Kitchen",
|
||||
],
|
||||
},
|
||||
id: "shared", tag: "Flex", price: "KSh 10,000", period: "/mo", description: "Shared workspace for startups.", button: { text: "Inquire Now" },
|
||||
featuresTitle: "Included Amenities:", features: ["Workstations", "Meeting Access", "Internet", "Shared Kitchen"]
|
||||
}
|
||||
]}
|
||||
title="Leasing & Commercial Spaces"
|
||||
description="Flexible leasing options for offices, retail units, and professional services."
|
||||
@@ -270,38 +138,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Secure Environment",
|
||||
description: "24/7 onsite security and surveillance.",
|
||||
tag: "Security",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg",
|
||||
imageAlt: "City park under blue sky with Downtown Skyline in the Background",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ample Parking",
|
||||
description: "Plenty of space for employees and clients.",
|
||||
tag: "Access",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg?_wi=2",
|
||||
imageAlt: "City park under blue sky with Downtown Skyline in the Background",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Prime Location",
|
||||
description: "Ideally positioned in the heart of Kisumu.",
|
||||
tag: "Location",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg?_wi=2",
|
||||
imageAlt: "City park under blue sky with Downtown Skyline in the Background",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Diverse Ecosystem",
|
||||
description: "Network with various professional enterprises.",
|
||||
tag: "Growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=2",
|
||||
imageAlt: "City park under blue sky with Downtown Skyline in the Background",
|
||||
},
|
||||
{ id: "f1", title: "Secure Environment", description: "24/7 onsite security and surveillance.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/city-park-blue-sky-with-downtown-skyline-background_1127-3064.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" },
|
||||
{ id: "f2", title: "Ample Parking", description: "Plenty of space for employees and clients.", tag: "Access", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" },
|
||||
{ id: "f3", title: "Prime Location", description: "Ideally positioned in the heart of Kisumu.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3120.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" },
|
||||
{ id: "f4", title: "Diverse Ecosystem", description: "Network with various professional enterprises.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", imageAlt: "City park under blue sky with Downtown Skyline in the Background" }
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="More than just a location—it's a business ecosystem designed for your success."
|
||||
@@ -314,41 +154,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Otieno",
|
||||
role: "CEO, Tech Solutions",
|
||||
testimonial: "The best commercial office space I've used in Kisumu. Very secure and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194035.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Auma",
|
||||
role: "Boutique Owner",
|
||||
testimonial: "High foot traffic and reliable environment. My retail shop has grown tremendously here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4012.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Ochieng",
|
||||
role: "Professional Accountant",
|
||||
testimonial: "Convenient location with ample parking. My clients love the ease of access.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-corporate-buildings-west-london-uk_181624-17106.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jane Kamau",
|
||||
role: "Cafe Owner",
|
||||
testimonial: "Great community and support from the management team. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-walking-street-empty-city-center-holding-folder-with-work_1258-194076.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Peter Nyong",
|
||||
role: "Regional Director",
|
||||
testimonial: "Professional atmosphere perfect for our meetings and client interactions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-suit-standing-with-confidence-beige-suit-with-working-documents-outdoors_1258-194029.jpg",
|
||||
},
|
||||
{ id: "1", name: "John Otieno", role: "CEO, Tech Solutions", testimonial: "The best commercial office space I've used in Kisumu. Very secure and professional.", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194035.jpg" },
|
||||
{ id: "2", name: "Sarah Auma", role: "Boutique Owner", testimonial: "High foot traffic and reliable environment. My retail shop has grown tremendously here.", imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4012.jpg" },
|
||||
{ id: "3", name: "David Ochieng", role: "Professional Accountant", testimonial: "Convenient location with ample parking. My clients love the ease of access.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-corporate-buildings-west-london-uk_181624-17106.jpg" },
|
||||
{ id: "4", name: "Jane Kamau", role: "Cafe Owner", testimonial: "Great community and support from the management team. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-walking-street-empty-city-center-holding-folder-with-work_1258-194076.jpg" },
|
||||
{ id: "5", name: "Peter Nyong", role: "Regional Director", testimonial: "Professional atmosphere perfect for our meetings and client interactions.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-suit-standing-with-confidence-beige-suit-with-working-documents-outdoors_1258-194029.jpg" }
|
||||
]}
|
||||
title="Tenant & Visitor Insights"
|
||||
description="Hear from the professionals and customers who make our business hub thrive every day."
|
||||
@@ -358,9 +168,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Business Journey Today"
|
||||
description="Ready to secure your business space? Contact our management team for inquiries."
|
||||
@@ -376,44 +184,14 @@ export default function LandingPage() {
|
||||
logoText="Kisumu City Business Park"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#benefits",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#benefits" }]
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Directory",
|
||||
href: "#directory",
|
||||
},
|
||||
{
|
||||
label: "Leasing",
|
||||
href: "#leasing",
|
||||
},
|
||||
],
|
||||
title: "Explore", items: [{ label: "Directory", href: "#directory" }, { label: "Leasing", href: "#leasing" }]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/254000000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [{ label: "Get Directions", href: "#contact" }, { label: "WhatsApp", href: "https://wa.me/254000000000" }]
|
||||
}
|
||||
]}
|
||||
imageAlt="modern office building exterior Kisumu"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user