Merge version_2 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -32,72 +32,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Products",
|
||||
id: "services",
|
||||
},
|
||||
name: "Products", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mumando Timber"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0711431680",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0711431680"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Quality Timber in Thika — Fast, Reliable, Affordable"
|
||||
description="Get all types of timber, precise cutting, and hardware supplies delivered quickly. Trusted by builders, fundis, and homeowners across Thika."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 0711 431 680",
|
||||
href: "tel:0711431680",
|
||||
},
|
||||
text: "Call 0711 431 680", href: "tel:0711431680"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/254711431680",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/254711431680"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13201.jpg?_wi=1",
|
||||
imageAlt: "Timber supply",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13201.jpg?_wi=1", imageAlt: "Timber supply"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-wood-board_1150-10993.jpg",
|
||||
imageAlt: "Wood stacks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-wood-board_1150-10993.jpg", imageAlt: "Wood stacks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384787.jpg",
|
||||
imageAlt: "Hardware store",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384787.jpg", imageAlt: "Hardware store"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-router-spindle-moulder-furniture-assembly-shop_482257-98099.jpg",
|
||||
imageAlt: "Timber workshop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-router-spindle-moulder-furniture-assembly-shop_482257-98099.jpg", imageAlt: "Timber workshop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384860.jpg",
|
||||
imageAlt: "Building materials",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384860.jpg", imageAlt: "Building materials"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970791.jpg",
|
||||
imageAlt: "Timber products",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970791.jpg", imageAlt: "Timber products"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -110,37 +83,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Timber",
|
||||
title: "All Timber Types",
|
||||
items: [
|
||||
"Cypress",
|
||||
"Pine",
|
||||
"Hardwood",
|
||||
"Softwood",
|
||||
],
|
||||
id: "f1", label: "Timber", title: "All Timber Types", items: [
|
||||
"Cypress", "Pine", "Hardwood", "Softwood"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Cutting",
|
||||
title: "On-Site Precision",
|
||||
items: [
|
||||
"Modern Sawing",
|
||||
"Exact Lengths",
|
||||
"Clean Cuts",
|
||||
"Prompt Service",
|
||||
],
|
||||
id: "f2", label: "Cutting", title: "On-Site Precision", items: [
|
||||
"Modern Sawing", "Exact Lengths", "Clean Cuts", "Prompt Service"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Hardware",
|
||||
title: "Hardware Supplies",
|
||||
items: [
|
||||
"Nails & Screws",
|
||||
"Fittings",
|
||||
"Hand Tools",
|
||||
"Building Accessories",
|
||||
],
|
||||
id: "f3", label: "Hardware", title: "Hardware Supplies", items: [
|
||||
"Nails & Screws", "Fittings", "Hand Tools", "Building Accessories"],
|
||||
},
|
||||
]}
|
||||
title="What We Offer"
|
||||
@@ -153,14 +105,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Builders Choose Mumando",
|
||||
},
|
||||
type: "text", content: "Why Builders Choose Mumando"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wood-processing-factory_1112-1218.jpg",
|
||||
alt: "About us",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/wood-processing-factory_1112-1218.jpg", alt: "About us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,20 +119,11 @@ export default function LandingPage() {
|
||||
tag="Reliability Metrics"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
description: "Years Serving Thika",
|
||||
},
|
||||
id: "m1", value: "10+", description: "Years Serving Thika"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Happy Clients"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Quality Guarantee",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Quality Guarantee"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -197,60 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John M.",
|
||||
date: "2024-05",
|
||||
title: "Contractor",
|
||||
quote: "Excellent service and one stop of timber and accessories.",
|
||||
tag: "Top Pick",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13201.jpg?_wi=2",
|
||||
imageAlt: "happy contractor standing outside",
|
||||
},
|
||||
id: "t1", name: "John M.", date: "2024-05", title: "Contractor", quote: "Excellent service and one stop of timber and accessories.", tag: "Top Pick", avatarSrc: "http://img.b2bpic.net/free-photo/worker-uniform-against-backdrop-agri-buildings_146671-19123.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13201.jpg?_wi=2", imageAlt: "happy contractor standing outside"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah W.",
|
||||
date: "2024-06",
|
||||
title: "Homeowner",
|
||||
quote: "The best timber yard in Thika, also have the best cutting machines.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-processing-factory_1112-1218.jpg",
|
||||
imageAlt: "happy contractor standing outside",
|
||||
},
|
||||
id: "t2", name: "Sarah W.", date: "2024-06", title: "Homeowner", quote: "The best timber yard in Thika, also have the best cutting machines.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wood-processing-factory_1112-1218.jpg", imageAlt: "happy contractor standing outside"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David K.",
|
||||
date: "2024-07",
|
||||
title: "Carpenter",
|
||||
quote: "Trustworthy business people.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-different-connectors-charging-mobile-phone-blurred-background_169016-15159.jpg",
|
||||
imageAlt: "happy contractor standing outside",
|
||||
},
|
||||
id: "t3", name: "David K.", date: "2024-07", title: "Carpenter", quote: "Trustworthy business people.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-different-connectors-charging-mobile-phone-blurred-background_169016-15159.jpg", imageAlt: "happy contractor standing outside"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice N.",
|
||||
date: "2024-08",
|
||||
title: "Developer",
|
||||
quote: "Nice services no delays.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-level_23-2152021010.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg",
|
||||
imageAlt: "happy contractor standing outside",
|
||||
},
|
||||
id: "t4", name: "Alice N.", date: "2024-08", title: "Developer", quote: "Nice services no delays.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-level_23-2152021010.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", imageAlt: "happy contractor standing outside"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Peter O.",
|
||||
date: "2024-09",
|
||||
title: "Fundi",
|
||||
quote: "All type of wood available.",
|
||||
tag: "Great",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/collection-flat-labor-day-badges_23-2147564770.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-carpenter-logo-design_23-2150649102.jpg",
|
||||
imageAlt: "happy contractor standing outside",
|
||||
},
|
||||
id: "t5", name: "Peter O.", date: "2024-09", title: "Fundi", quote: "All type of wood available.", tag: "Great", avatarSrc: "http://img.b2bpic.net/free-vector/collection-flat-labor-day-badges_23-2147564770.jpg", imageSrc: "http://img.b2bpic.net/free-vector/gradient-carpenter-logo-design_23-2150649102.jpg", imageAlt: "happy contractor standing outside"},
|
||||
]}
|
||||
title="Real Feedback"
|
||||
description="See why locals trust our timber and hardware services."
|
||||
@@ -263,20 +156,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver to my construction site?",
|
||||
content: "Yes, we provide fast delivery across Thika and surrounding areas.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver to my construction site?", content: "Yes, we provide fast delivery across Thika and surrounding areas."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you cut timber to specific sizes?",
|
||||
content: "Absolutely, we have modern cutting machines for precision.",
|
||||
},
|
||||
id: "q2", title: "Can you cut timber to specific sizes?", content: "Absolutely, we have modern cutting machines for precision."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you stock hardware too?",
|
||||
content: "Yes, we are a one-stop shop for all your timber and hardware needs.",
|
||||
},
|
||||
id: "q3", title: "Do you stock hardware too?", content: "Yes, we are a one-stop shop for all your timber and hardware needs."},
|
||||
{
|
||||
id: "q4", title: "Do you offer bulk pricing or custom quotes?", content: "Yes, we offer competitive bulk pricing for large construction projects and can provide custom quotes for developers and contractors. Please contact us directly."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Quick answers to help you get your project moving."
|
||||
@@ -289,14 +175,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Mumando Timber",
|
||||
"Thika Hardware",
|
||||
"Construction Partners",
|
||||
"Building Solutions",
|
||||
"Carpentry Experts",
|
||||
"Local Timber Yard",
|
||||
"Quality Sawmill",
|
||||
]}
|
||||
"Mumando Timber", "Thika Hardware", "Construction Partners", "Building Solutions", "Carpentry Experts", "Local Timber Yard", "Quality Sawmill"]}
|
||||
title="Partnering With Top Projects"
|
||||
description="Reliable suppliers for every scale of construction."
|
||||
/>
|
||||
@@ -306,18 +185,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Need Timber Today? Call 0711 431 680 now for the best pricing in Thika."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0711431680",
|
||||
},
|
||||
text: "Call Now", href: "tel:0711431680"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/254711431680",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/254711431680"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,29 +201,19 @@ export default function LandingPage() {
|
||||
logoText="Mumando Timber & Hardware"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -358,4 +222,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user