From 296da9724bf84a7f1f7de966b81ea563c0f389b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55a2dea..7f2930b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,109 +28,48 @@ export default function LandingPage() {
@@ -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() { @@ -281,32 +140,8 @@ export default function LandingPage() {