Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5c74ee640 |
438
src/app/page.tsx
438
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "#pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ragsons Kenya Ltd"
|
brandName="Ragsons Kenya Ltd"
|
||||||
bottomLeftText="BABA DOGO KENAFRIC BUSINESS PARK"
|
bottomLeftText="BABA DOGO KENAFRIC BUSINESS PARK"
|
||||||
@@ -67,84 +55,44 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Your Trusted Partner for Quality Hardware"
|
title="Your Trusted Partner for Quality Hardware"
|
||||||
description="Ragsons Kenya Ltd offers an extensive range of tools, building materials, and home improvement supplies at wholesale and retail prices. Build smarter with us."
|
description="Ragsons Kenya Ltd offers an extensive range of tools, building materials, and home improvement supplies at wholesale and retail prices. Build smarter with us."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Vincent Thyaka",
|
name: "Vincent Thyaka", handle: "@VincentThyaka", testimonial: "Experience a shopping for all your hardware needs including every tool with valued prices ever.", rating: 5,
|
||||||
handle: "@VincentThyaka",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", imageAlt: "Vincent Thyaka"},
|
||||||
testimonial: "Experience a shopping for all your hardware needs including every tool with valued prices ever.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg",
|
|
||||||
imageAlt: "Vincent Thyaka",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Felix Lilechi",
|
name: "Felix Lilechi", handle: "@FelixLilechi", testimonial: "This is a great place for all your hardware needs at both wholesale and retail prices. The staff will help you load your purchase hence reducing your cost of loading.", rating: 5,
|
||||||
handle: "@FelixLilechi",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", imageAlt: "Felix Lilechi"},
|
||||||
testimonial: "This is a great place for all your hardware needs at both wholesale and retail prices. The staff will help you load your purchase hence reducing your cost of loading.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg",
|
|
||||||
imageAlt: "Felix Lilechi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Grace Mwangi",
|
name: "Grace Mwangi", handle: "@Grace_Construction", testimonial: "Ragsons Kenya Ltd consistently provides top-notch materials for our projects. Their competitive pricing and swift delivery are a game-changer.", rating: 5,
|
||||||
handle: "@Grace_Construction",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", imageAlt: "Female construction worker portrait"},
|
||||||
testimonial: "Ragsons Kenya Ltd consistently provides top-notch materials for our projects. Their competitive pricing and swift delivery are a game-changer.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg",
|
|
||||||
imageAlt: "Female construction worker portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Peter Kamau",
|
name: "Peter Kamau", handle: "@Peter_Builds", testimonial: "Found everything I needed for my home renovation under one roof. The staff are incredibly helpful and friendly.", rating: 4,
|
||||||
handle: "@Peter_Builds",
|
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-man-posing-studio_613910-7500.jpg", imageAlt: "Happy male customer"},
|
||||||
testimonial: "Found everything I needed for my home renovation under one roof. The staff are incredibly helpful and friendly.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-man-posing-studio_613910-7500.jpg",
|
|
||||||
imageAlt: "Happy male customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Samuel Kipruto",
|
name: "Samuel Kipruto", handle: "@Kipruto_DIY", testimonial: "Best place for DIY essentials! Great quality products and excellent customer service. Highly recommend.", rating: 5,
|
||||||
handle: "@Kipruto_DIY",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-holding-wrench-tool-hand-with-smile-face-blue-isolated_141793-8549.jpg", imageAlt: "DIY enthusiast"},
|
||||||
testimonial: "Best place for DIY essentials! Great quality products and excellent customer service. Highly recommend.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-white-helmet-yellow-vest-holding-wrench-tool-hand-with-smile-face-blue-isolated_141793-8549.jpg",
|
|
||||||
imageAlt: "DIY enthusiast",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33219.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33219.jpg", alt: "Vincent Thyaka"},
|
||||||
alt: "Vincent Thyaka",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-smiling-confident-diverse-business-team_1262-1188.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-smiling-confident-diverse-business-team_1262-1188.jpg", alt: "Felix Lilechi"},
|
||||||
alt: "Felix Lilechi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-holding-digital-tablet_1170-1351.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-holding-digital-tablet_1170-1351.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", alt: "Satisfied Customer"},
|
||||||
alt: "Satisfied Customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our community of satisfied builders!"
|
avatarText="Join our community of satisfied builders!"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/person-working-wood-working-industry-factory_23-2151352613.jpg"
|
||||||
@@ -152,27 +100,17 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Quality Guaranteed", icon: ShieldCheck,
|
||||||
text: "Quality Guaranteed",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Competitive Prices"},
|
||||||
text: "Competitive Prices",
|
{
|
||||||
|
type: "text-icon", text: "Expert Support", icon: LifeBuoy,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text", text: "Fast Delivery"},
|
||||||
text: "Expert Support",
|
|
||||||
icon: LifeBuoy,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text-icon", text: "Wide Selection", icon: Building,
|
||||||
text: "Fast Delivery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Wide Selection",
|
|
||||||
icon: Building,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -185,17 +123,11 @@ export default function LandingPage() {
|
|||||||
description="For years, Ragsons Kenya Ltd has been a cornerstone in Kenya's hardware supply, known for our vast selection, competitive pricing, and exceptional customer service. We are committed to providing builders, contractors, and DIY enthusiasts with everything they need for successful projects, big or small. Our legacy is built on trust, quality, and community support."
|
description="For years, Ragsons Kenya Ltd has been a cornerstone in Kenya's hardware supply, known for our vast selection, competitive pricing, and exceptional customer service. We are committed to providing builders, contractors, and DIY enthusiasts with everything they need for successful projects, big or small. Our legacy is built on trust, quality, and community support."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "25+",
|
value: "25+", title: "Years in Business"},
|
||||||
title: "Years in Business",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "1000+",
|
value: "1000+", title: "Products Available"},
|
||||||
title: "Products Available",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "7000+",
|
value: "7000+", title: "Satisfied Customers"},
|
||||||
title: "Satisfied Customers",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-warehouse-bathed-glow-setting-sun_91128-4255.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-warehouse-bathed-glow-setting-sun_91128-4255.jpg"
|
||||||
imageAlt="Organized hardware store warehouse interior"
|
imageAlt="Organized hardware store warehouse interior"
|
||||||
@@ -211,59 +143,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "wide-selection",
|
id: "wide-selection", title: "Wide Product Selection", descriptions: [
|
||||||
title: "Wide Product Selection",
|
"Explore an extensive catalog of tools, building materials, plumbing, electrical, and paints."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-various-technician-tools-isolated_53876-14504.jpg", imageAlt: "Shelves full of diverse hardware products"},
|
||||||
"Explore an extensive catalog of tools, building materials, plumbing, electrical, and paints.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-various-technician-tools-isolated_53876-14504.jpg",
|
|
||||||
imageAlt: "Shelves full of diverse hardware products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "competitive-pricing",
|
id: "competitive-pricing", title: "Competitive Pricing", descriptions: [
|
||||||
title: "Competitive Pricing",
|
"Benefit from wholesale and retail prices that ensure you get the best value for your money."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19065.jpg", imageAlt: "Hand holding a price tag in a hardware store"},
|
||||||
"Benefit from wholesale and retail prices that ensure you get the best value for your money.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19065.jpg",
|
|
||||||
imageAlt: "Hand holding a price tag in a hardware store",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "expert-assistance",
|
id: "expert-assistance", title: "Expert Assistance", descriptions: [
|
||||||
title: "Expert Assistance",
|
"Our knowledgeable staff are always ready to provide guidance and help you find the right products."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094593.jpg", imageAlt: "Hardware store staff assisting a customer"},
|
||||||
"Our knowledgeable staff are always ready to provide guidance and help you find the right products.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094593.jpg",
|
|
||||||
imageAlt: "Hardware store staff assisting a customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "reliable-delivery",
|
id: "reliable-delivery", title: "Reliable Delivery", descriptions: [
|
||||||
title: "Reliable Delivery",
|
"Get your orders delivered promptly and securely to your site, reducing hassle and saving time."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-paramedics-ambulance-car_23-2149478453.jpg", imageAlt: "Delivery truck carrying construction materials"},
|
||||||
"Get your orders delivered promptly and securely to your site, reducing hassle and saving time.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-paramedics-ambulance-car_23-2149478453.jpg",
|
|
||||||
imageAlt: "Delivery truck carrying construction materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "in-store-pickup",
|
id: "in-store-pickup", title: "Convenient In-Store Pickup", descriptions: [
|
||||||
title: "Convenient In-Store Pickup",
|
"Opt for our quick and easy in-store pickup service at our Nairobi location."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg", imageAlt: "Customer picking up an order at a hardware store"},
|
||||||
"Opt for our quick and easy in-store pickup service at our Nairobi location.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-advertising-bio-food-store_482257-76220.jpg",
|
|
||||||
imageAlt: "Customer picking up an order at a hardware store",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "quality-guaranteed",
|
id: "quality-guaranteed", title: "Quality Guaranteed", descriptions: [
|
||||||
title: "Quality Guaranteed",
|
"We stock only trusted brands and high-quality materials to ensure durability and performance."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33202.jpg", imageAlt: "Hand inspecting a high quality tool"},
|
||||||
"We stock only trusted brands and high-quality materials to ensure durability and performance.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33202.jpg",
|
|
||||||
imageAlt: "Hand inspecting a high quality tool",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Ragsons Kenya Ltd?"
|
title="Why Choose Ragsons Kenya Ltd?"
|
||||||
description="We stand out by providing unparalleled value and support for every customer. From expert advice to efficient delivery, we ensure your building experience is seamless and rewarding."
|
description="We stand out by providing unparalleled value and support for every customer. From expert advice to efficient delivery, we ensure your building experience is seamless and rewarding."
|
||||||
@@ -278,65 +180,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", brand: "BlueTriangle", name: "50kg Portland Cement", price: "Ksh 750", rating: 4,
|
||||||
brand: "BlueTriangle",
|
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/close-up-grey-colored-paper-pulp_23-2147845534.jpg", imageAlt: "Bag of cement"},
|
||||||
name: "50kg Portland Cement",
|
|
||||||
price: "Ksh 750",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "250",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-grey-colored-paper-pulp_23-2147845534.jpg",
|
|
||||||
imageAlt: "Bag of cement",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", brand: "Bosch", name: "Cordless Impact Drill", price: "Ksh 12,500", rating: 5,
|
||||||
brand: "Bosch",
|
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384836.jpg", imageAlt: "Cordless impact drill"},
|
||||||
name: "Cordless Impact Drill",
|
|
||||||
price: "Ksh 12,500",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "180",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-cutting-mdf-board_23-2149384836.jpg",
|
|
||||||
imageAlt: "Cordless impact drill",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", brand: "Crown Paints", name: "20L White Emulsion Paint", price: "Ksh 4,200", rating: 4,
|
||||||
brand: "Crown Paints",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paint-drops-with-copy-space_23-2148263570.jpg", imageAlt: "Can of white emulsion paint"},
|
||||||
name: "20L White Emulsion Paint",
|
|
||||||
price: "Ksh 4,200",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paint-drops-with-copy-space_23-2148263570.jpg",
|
|
||||||
imageAlt: "Can of white emulsion paint",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", brand: "AquaFlow", name: "Standard Plumbing Kit", price: "Ksh 3,800", rating: 4,
|
||||||
brand: "AquaFlow",
|
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062952.jpg", imageAlt: "Plumbing tools kit"},
|
||||||
name: "Standard Plumbing Kit",
|
|
||||||
price: "Ksh 3,800",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062952.jpg",
|
|
||||||
imageAlt: "Plumbing tools kit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", brand: "KEW", name: "1.5mm Electrical Cables (100m)", price: "Ksh 2,900", rating: 5,
|
||||||
brand: "KEW",
|
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-plastic-straw-collection_23-2148877880.jpg", imageAlt: "Roll of electrical cables"},
|
||||||
name: "1.5mm Electrical Cables (100m)",
|
|
||||||
price: "Ksh 2,900",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-plastic-straw-collection_23-2148877880.jpg",
|
|
||||||
imageAlt: "Roll of electrical cables",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", brand: "Stanley", name: "22-inch Hand Saw", price: "Ksh 1,800", rating: 4,
|
||||||
brand: "Stanley",
|
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/vintage-hand-saw-wood-shavings-wooden-workbench_23-2151979295.jpg", imageAlt: "Hand saw for wood"},
|
||||||
name: "22-inch Hand Saw",
|
|
||||||
price: "Ksh 1,800",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "70",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-hand-saw-wood-shavings-wooden-workbench_23-2151979295.jpg",
|
|
||||||
imageAlt: "Hand saw for wood",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Top Selling Products"
|
title="Our Top Selling Products"
|
||||||
description="Discover our most popular hardware and building materials, trusted by professionals and homeowners alike for their durability and performance."
|
description="Discover our most popular hardware and building materials, trusted by professionals and homeowners alike for their durability and performance."
|
||||||
@@ -350,59 +210,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter-diy",
|
id: "starter-diy", title: "DIY Starter Pack", price: "Ksh 8,500", period: "one-time", features: [
|
||||||
title: "DIY Starter Pack",
|
"Essential tools for small repairs", "Basic safety gear included", "Online DIY guides access", "Perfect for beginners"],
|
||||||
price: "Ksh 8,500",
|
|
||||||
period: "one-time",
|
|
||||||
features: [
|
|
||||||
"Essential tools for small repairs",
|
|
||||||
"Basic safety gear included",
|
|
||||||
"Online DIY guides access",
|
|
||||||
"Perfect for beginners",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Get Started",
|
text: "Purchase Pack", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-working_23-2148640269.jpg", imageAlt: "DIY tools on a workbench"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-working_23-2148640269.jpg",
|
|
||||||
imageAlt: "DIY tools on a workbench",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "home-renovation",
|
id: "home-renovation", title: "Home Renovation Pack", price: "Ksh 45,000", period: "one-time", features: [
|
||||||
title: "Home Renovation Pack",
|
"Comprehensive toolset for medium projects", "Quality building materials bundle", "Project planning support", "Ideal for home upgrades"],
|
||||||
price: "Ksh 45,000",
|
|
||||||
period: "one-time",
|
|
||||||
features: [
|
|
||||||
"Comprehensive toolset for medium projects",
|
|
||||||
"Quality building materials bundle",
|
|
||||||
"Project planning support",
|
|
||||||
"Ideal for home upgrades",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Upgrade Your Home",
|
text: "Purchase Pack", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/laser-level-measuring-tool_93675-128436.jpg", imageAlt: "Home renovation tools and materials"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laser-level-measuring-tool_93675-128436.jpg",
|
|
||||||
imageAlt: "Home renovation tools and materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "contractor-bulk",
|
id: "contractor-bulk", title: "Contractor Bulk Order", price: "Custom Quote", period: "per project", features: [
|
||||||
title: "Contractor Bulk Order",
|
"Wholesale pricing on all materials", "Priority delivery & logistics", "Dedicated account manager", "Tailored for large-scale projects"],
|
||||||
price: "Custom Quote",
|
|
||||||
period: "per project",
|
|
||||||
features: [
|
|
||||||
"Wholesale pricing on all materials",
|
|
||||||
"Priority delivery & logistics",
|
|
||||||
"Dedicated account manager",
|
|
||||||
"Tailored for large-scale projects",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Request Quote",
|
text: "Request Quote", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1795.jpg", imageAlt: "Bulk construction materials"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1795.jpg",
|
|
||||||
imageAlt: "Bulk construction materials",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Project Starter Packs"
|
title="Project Starter Packs"
|
||||||
description="Get everything you need for common projects with our curated starter packs, offering great value and convenience."
|
description="Get everything you need for common projects with our curated starter packs, offering great value and convenience."
|
||||||
@@ -417,25 +241,15 @@ export default function LandingPage() {
|
|||||||
author="Felix Lilechi, Local Guide"
|
author="Felix Lilechi, Local Guide"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/confident-putting-hands-hips-young-builder-man-uniform-isolated-green-background_141793-139785.jpg",
|
src: "http://img.b2bpic.net/free-photo/confident-putting-hands-hips-young-builder-man-uniform-isolated-green-background_141793-139785.jpg", alt: "Vincent Thyaka"},
|
||||||
alt: "Vincent Thyaka",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/african-man-with-watermelon-head-fooling-grey-wall_176420-2539.jpg",
|
src: "http://img.b2bpic.net/free-photo/african-man-with-watermelon-head-fooling-grey-wall_176420-2539.jpg", alt: "Felix Lilechi"},
|
||||||
alt: "Felix Lilechi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-working-call-center-with-headphones-computer_23-2149256074.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-working-call-center-with-headphones-computer_23-2149256074.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-posing-with-helmet-medium-shot_23-2148920603.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-posing-with-helmet-medium-shot_23-2148920603.jpg", alt: "Another happy customer"},
|
||||||
alt: "Another happy customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -448,25 +262,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "Do you offer delivery services?", content: "Yes, we offer reliable delivery services to your location across Nairobi and surrounding areas. Delivery charges may vary based on distance and order size. Please contact us for a detailed quote."},
|
||||||
title: "Do you offer delivery services?",
|
|
||||||
content: "Yes, we offer reliable delivery services to your location across Nairobi and surrounding areas. Delivery charges may vary based on distance and order size. Please contact us for a detailed quote.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "What are your operating hours?", content: "Our store is open Monday to Saturday from 8:00 AM to 5:00 PM. We are closed on Sundays and public holidays."},
|
||||||
title: "What are your operating hours?",
|
|
||||||
content: "Our store is open Monday to Saturday from 8:00 AM to 5:00 PM. We are closed on Sundays and public holidays.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Can I return or exchange products?", content: "Yes, products can be returned or exchanged within a specified period (typically 7-14 days) if they are in their original condition and packaging, accompanied by a receipt. Some items may be subject to a restocking fee. Custom or bulk orders might have different return policies."},
|
||||||
title: "Can I return or exchange products?",
|
|
||||||
content: "Yes, products can be returned or exchanged within a specified period (typically 7-14 days) if they are in their original condition and packaging, accompanied by a receipt. Some items may be subject to a restocking fee. Custom or bulk orders might have different return policies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "Do you offer wholesale pricing?", content: "Absolutely! We specialize in both retail and wholesale. For bulk purchases and wholesale accounts, please reach out to our sales team for competitive pricing and dedicated service."},
|
||||||
title: "Do you offer wholesale pricing?",
|
|
||||||
content: "Absolutely! We specialize in both retail and wholesale. For bulk purchases and wholesale accounts, please reach out to our sales team for competitive pricing and dedicated service.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-wearing-red-shirt-puts-pen-temple-holds-clipboard-looking-side-isolated-orange-wall_141793-68261.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/confused-young-brunette-caucasian-girl-wearing-red-shirt-puts-pen-temple-holds-clipboard-looking-side-isolated-orange-wall_141793-68261.jpg"
|
||||||
imageAlt="Customer service representative helping with FAQs"
|
imageAlt="Customer service representative helping with FAQs"
|
||||||
@@ -485,27 +287,16 @@ export default function LandingPage() {
|
|||||||
description="Have a question about our products, need a custom quote, or require assistance with an order? Our team is ready to help."
|
description="Have a question about our products, need a custom quote, or require assistance with an order? Our team is ready to help."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Your Phone Number (Optional)",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-coworkers-planning-together-office_23-2148339372.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-coworkers-planning-together-office_23-2148339372.jpg"
|
||||||
@@ -520,62 +311,37 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Products",
|
title: "Products", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Building Materials",
|
label: "Building Materials", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tools & Equipment",
|
label: "Tools & Equipment", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Paints & Finishes",
|
label: "Paints & Finishes", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Plumbing & Electrical",
|
label: "Plumbing & Electrical", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Delivery Information",
|
label: "Delivery Information", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Returns & Refunds",
|
label: "Returns & Refunds", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user