Update src/app/page.tsx
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -28,109 +28,48 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Mwanzo Paints"
|
||||
button={{ text: "Get Quote", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Transform Your Space with Color, Style & Quality"
|
||||
description="Mwanzo Paints Limited is your trusted partner for high-quality paints, tiles, and interior finishing in Kitale, Kenya."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality Assured",
|
||||
},
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "10+", label: "Years Experience" },
|
||||
{ value: "100%", label: "Quality Assured" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Shop Products", href: "/products" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/painting-walls-pink_53876-63286.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
|
||||
alt: "Customer representative 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
|
||||
alt: "Customer representative 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Customer representative 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg",
|
||||
alt: "Customer representative 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-phone-showing-approval_23-2148269391.jpg",
|
||||
alt: "Customer representative 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", alt: "Customer representative 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", alt: "Customer representative 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Customer representative 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", alt: "Customer representative 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-phone-showing-approval_23-2148269391.jpg", alt: "Customer representative 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality Paints",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Ceramic Tiles",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Interior Finish",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Kitale Supply",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Support",
|
||||
},
|
||||
{ type: "text", text: "Premium Quality Paints" },
|
||||
{ type: "text", text: "Modern Ceramic Tiles" },
|
||||
{ type: "text", text: "Expert Interior Finish" },
|
||||
{ type: "text", text: "Reliable Kitale Supply" },
|
||||
{ type: "text", text: "Professional Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,24 +81,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Quality Assured",
|
||||
description: "We source only premium materials to ensure longevity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-silk-screen-printing-ink_1163-2779.jpg",
|
||||
imageAlt: "Quality paint products",
|
||||
},
|
||||
{
|
||||
title: "Affordable Prices",
|
||||
description: "Competitive pricing tailored to your project budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-tiles-building-market_1303-26797.jpg",
|
||||
imageAlt: "Affordable tiles",
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Consult with our team for the best color and material matches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-decor-with-mirror-potted-plant_23-2149428032.jpg",
|
||||
imageAlt: "Expert advice",
|
||||
},
|
||||
{ title: "Quality Assured", description: "We source only premium materials to ensure longevity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-silk-screen-printing-ink_1163-2779.jpg", imageAlt: "Quality paint products" },
|
||||
{ title: "Affordable Prices", description: "Competitive pricing tailored to your project budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-tiles-building-market_1303-26797.jpg", imageAlt: "Affordable tiles" },
|
||||
{ title: "Expert Guidance", description: "Consult with our team for the best color and material matches.", imageSrc: "http://img.b2bpic.net/free-photo/interior-decor-with-mirror-potted-plant_23-2149428032.jpg", imageAlt: "Expert advice" },
|
||||
]}
|
||||
title="Why Choose Mwanzo Paints"
|
||||
description="We are dedicated to providing the best construction finishes to transform your dream space."
|
||||
@@ -173,34 +97,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Interior Paints",
|
||||
price: "From KES 2,500",
|
||||
variant: "Luxury Finish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108875.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ceramic Tiles",
|
||||
price: "From KES 1,200",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-concrete-interior-with-architectural-columns-structures_1048-16943.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Decorative Mirrors",
|
||||
price: "From KES 3,000",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791221.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Painting Accessories",
|
||||
price: "From KES 500",
|
||||
variant: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-painting-brush-set-hand-tool-white-wooden-background_1150-6090.jpg",
|
||||
},
|
||||
{ id: "1", name: "Interior Paints", price: "From KES 2,500", variant: "Luxury Finish", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108875.jpg" },
|
||||
{ id: "2", name: "Ceramic Tiles", price: "From KES 1,200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/3d-concrete-interior-with-architectural-columns-structures_1048-16943.jpg" },
|
||||
{ id: "3", name: "Decorative Mirrors", price: "From KES 3,000", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791221.jpg" },
|
||||
{ id: "4", name: "Painting Accessories", price: "From KES 500", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/old-painting-brush-set-hand-tool-white-wooden-background_1150-6090.jpg" },
|
||||
]}
|
||||
title="Our Products"
|
||||
description="Explore our wide catalog of finishing materials."
|
||||
@@ -211,31 +111,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David O.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-works-building-site_1398-1729.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Grace M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lilian W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg" },
|
||||
{ id: "2", name: "David O.", imageSrc: "http://img.b2bpic.net/free-photo/builder-works-building-site_1398-1729.jpg" },
|
||||
{ id: "3", name: "Grace M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg" },
|
||||
{ id: "4", name: "John K.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg" },
|
||||
{ id: "5", name: "Lilian W.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-brush_23-2148903532.jpg" },
|
||||
]}
|
||||
cardTitle="Client Stories"
|
||||
cardTag="Trusted by locals"
|
||||
@@ -251,29 +131,8 @@ export default function LandingPage() {
|
||||
title="Simple Pricing"
|
||||
description="Choose the perfect package for your renovation budget."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Basic",
|
||||
price: "KES 15,000",
|
||||
subtitle: "For small projects",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Fast Delivery",
|
||||
"Basic Tools",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Pro",
|
||||
price: "KES 45,000",
|
||||
subtitle: "For full room renovation",
|
||||
features: [
|
||||
"Full Consultation",
|
||||
"Expert Installers",
|
||||
"Premium Paint Kit",
|
||||
"Priority Support",
|
||||
],
|
||||
},
|
||||
{ id: "p1", badge: "Basic", price: "KES 15,000", subtitle: "For small projects", features: ["Consultation", "Fast Delivery", "Basic Tools"] },
|
||||
{ id: "p2", badge: "Pro", price: "KES 45,000", subtitle: "For full room renovation", features: ["Full Consultation", "Expert Installers", "Premium Paint Kit", "Priority Support"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,32 +140,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Delivery",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Consultation", href: "/services" }, { label: "Delivery", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Mwanzo Paints Limited, Kitale, Kenya."
|
||||
bottomRightText="Built with quality."
|
||||
|
||||
Reference in New Issue
Block a user