Merge version_1 into main #2
@@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -25,28 +25,14 @@ 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>
|
||||
|
||||
@@ -54,15 +40,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Mwanzo Paints Limited",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/plant-pot-defying-laws-gravity-by-floating-air_23-2151122887.jpg",
|
||||
alt: "Store interior",
|
||||
},
|
||||
{ type: "text", content: "About Mwanzo Paints Limited" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/plant-pot-defying-laws-gravity-by-floating-air_23-2151122887.jpg", alt: "Store interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,36 +54,11 @@ export default function LandingPage() {
|
||||
title="Our Expert Team"
|
||||
description="Meet the professionals behind your home's transformation."
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Lead Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert K.",
|
||||
role: "Logistics Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-talking-phone_23-2148233685.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice W.",
|
||||
role: "Sales Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark O.",
|
||||
role: "Installation Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg",
|
||||
},
|
||||
{ id: "t1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg" },
|
||||
{ id: "t3", name: "Robert K.", role: "Logistics Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-talking-phone_23-2148233685.jpg" },
|
||||
{ id: "t4", name: "Alice W.", role: "Sales Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg" },
|
||||
{ id: "t5", name: "Mark O.", role: "Installation Expert", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,32 +66,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."
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -25,37 +25,21 @@ 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="contact-body" data-section="contact-body">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Visit Us in Kitale"
|
||||
description="Have questions? Our experts are ready to assist you today."
|
||||
@@ -71,46 +55,11 @@ export default function LandingPage() {
|
||||
description="Read what our customers say about our service."
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Grace P.",
|
||||
handle: "@gracep",
|
||||
testimonial: "Excellent service and fast delivery!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-wearing-apron-attractive-caucasian-male-barista-cafe-restaurant-owner-cross-arms-smile-with-confident-warm-welcome-his-successful-business-place_609648-2444.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Paul M.",
|
||||
handle: "@paulm",
|
||||
testimonial: "Very professional and helpful staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Linda K.",
|
||||
handle: "@lindak",
|
||||
testimonial: "Best paint quality in Kitale.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-project_23-2149721887.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Ben T.",
|
||||
handle: "@bent",
|
||||
testimonial: "Highly recommended for all home projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Susan O.",
|
||||
handle: "@susano",
|
||||
testimonial: "Great variety and fair prices.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Grace P.", handle: "@gracep", testimonial: "Excellent service and fast delivery!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-wearing-apron-attractive-caucasian-male-barista-cafe-restaurant-owner-cross-arms-smile-with-confident-warm-welcome-his-successful-business-place_609648-2444.jpg" },
|
||||
{ id: "c2", name: "Paul M.", handle: "@paulm", testimonial: "Very professional and helpful staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg" },
|
||||
{ id: "c3", name: "Linda K.", handle: "@lindak", testimonial: "Best paint quality in Kitale.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-project_23-2149721887.jpg" },
|
||||
{ id: "c4", name: "Ben T.", handle: "@bent", testimonial: "Highly recommended for all home projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg" },
|
||||
{ id: "c5", name: "Susan O.", handle: "@susano", testimonial: "Great variety and fair prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,32 +67,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."
|
||||
|
||||
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."
|
||||
|
||||
@@ -7,7 +7,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ProductsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -25,28 +25,14 @@ 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>
|
||||
|
||||
@@ -57,48 +43,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Paints",
|
||||
price: "Request Quote",
|
||||
variant: "Premium Emulsion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-paint-cans-assortment-high-angle_23-2149601073.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tiles",
|
||||
price: "Request Quote",
|
||||
variant: "Porcelain/Ceramic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12835.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mirrors",
|
||||
price: "Request Quote",
|
||||
variant: "Custom/Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-decor_23-2150790897.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Accessories",
|
||||
price: "Request Quote",
|
||||
variant: "Full Tools",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580013.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Thinsets",
|
||||
price: "Request Quote",
|
||||
variant: "High Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-tiles-building-market_1303-26793.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Primers",
|
||||
price: "Request Quote",
|
||||
variant: "All Surfaces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-paint-cans-arrangement_23-2149601040.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Paints", price: "Request Quote", variant: "Premium Emulsion", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paint-cans-assortment-high-angle_23-2149601073.jpg" },
|
||||
{ id: "p2", name: "Tiles", price: "Request Quote", variant: "Porcelain/Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12835.jpg" },
|
||||
{ id: "p3", name: "Mirrors", price: "Request Quote", variant: "Custom/Standard", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-decor_23-2150790897.jpg" },
|
||||
{ id: "p4", name: "Accessories", price: "Request Quote", variant: "Full Tools", imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580013.jpg" },
|
||||
{ id: "p5", name: "Thinsets", price: "Request Quote", variant: "High Grade", imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-tiles-building-market_1303-26793.jpg" },
|
||||
{ id: "p6", name: "Primers", price: "Request Quote", variant: "All Surfaces", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-paint-cans-arrangement_23-2149601040.jpg" },
|
||||
]}
|
||||
title="Comprehensive Catalog"
|
||||
description="Your ultimate source for all interior and exterior finishing needs."
|
||||
@@ -114,16 +64,8 @@ export default function LandingPage() {
|
||||
title="Product Metrics"
|
||||
description="We maintain a robust inventory to serve all project sizes."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
description: "Color Shades",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Tile Designs",
|
||||
},
|
||||
{ id: "m1", value: "1000+", description: "Color Shades" },
|
||||
{ id: "m2", value: "500+", description: "Tile Designs" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,32 +73,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."
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -25,28 +25,14 @@ 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>
|
||||
|
||||
@@ -57,24 +43,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Color Consultation",
|
||||
description: "Expert advice on choosing the perfect palette.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palette-with-watercolors-watercolor-paints-closeup_169016-62454.jpg",
|
||||
imageAlt: "Color match",
|
||||
},
|
||||
{
|
||||
title: "Expert Advice",
|
||||
description: "Guidance from our professionals regarding installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg",
|
||||
imageAlt: "Installation tips",
|
||||
},
|
||||
{
|
||||
title: "Same Day Delivery",
|
||||
description: "Quick and reliable delivery throughout Kitale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg",
|
||||
imageAlt: "Fast transport",
|
||||
},
|
||||
{ title: "Color Consultation", description: "Expert advice on choosing the perfect palette.", imageSrc: "http://img.b2bpic.net/free-photo/palette-with-watercolors-watercolor-paints-closeup_169016-62454.jpg", imageAlt: "Color match" },
|
||||
{ title: "Expert Advice", description: "Guidance from our professionals regarding installation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", imageAlt: "Installation tips" },
|
||||
{ title: "Same Day Delivery", description: "Quick and reliable delivery throughout Kitale.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg", imageAlt: "Fast transport" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer more than just products; we offer solutions to elevate your project."
|
||||
@@ -87,14 +58,8 @@ export default function LandingPage() {
|
||||
title="Service Standards"
|
||||
description="Commitment to excellence in every consultation and delivery."
|
||||
metrics={[
|
||||
{
|
||||
value: "24h",
|
||||
title: "Response Time",
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
{ value: "24h", title: "Response Time" },
|
||||
{ value: "99%", title: "Client Satisfaction" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-tools_23-2149343979.jpg"
|
||||
imageAlt="Service expert working"
|
||||
@@ -106,32 +71,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