From 74bd61f2536f450c49da0abfdf3f5dafc5623935 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:08:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b56bc8..d2a5ced 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -44,14 +44,14 @@ export default function LandingPage() { tag="Soweto's #1 Choice" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Call Now +27 87 287 1620", href: "tel:+27872871620" }, { text: "Request a Quote", href: "#contact" } ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-white-drawer-store_181624-51792.jpg?_wi=1", imageAlt: "Modern plumbing supply store interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-white-drawer-store_181624-51792.jpg", imageAlt: "Modern plumbing supply store interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-cosmetics-concept_23-2148778672.jpg", imageAlt: "Quality bathroom fixtures and taps" }, { imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", imageAlt: "Professional copper plumbing pipes" } ]} @@ -142,12 +142,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Thabo Mthembu", handle: "Local Plumber", testimonial: "Great service and quality material. Always get exactly what I need at competitive prices. The staff really knows their products.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-up-being-displeased-offended-with-arms-crossed-his-chest-standing-blue-background_141793-138057.jpg?_wi=1", imageAlt: "Thabo Mthembu" }, - { id: "2", name: "Nomsa Khumalo", handle: "Homeowner", testimonial: "Staff always helps and gives advice on which products are best for my needs. Clean store with everything organized well. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg?_wi=1", imageAlt: "Nomsa Khumalo" }, + { id: "1", name: "Thabo Mthembu", handle: "Local Plumber", testimonial: "Great service and quality material. Always get exactly what I need at competitive prices. The staff really knows their products.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-up-being-displeased-offended-with-arms-crossed-his-chest-standing-blue-background_141793-138057.jpg", imageAlt: "Thabo Mthembu" }, + { id: "2", name: "Nomsa Khumalo", handle: "Homeowner", testimonial: "Staff always helps and gives advice on which products are best for my needs. Clean store with everything organized well. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg", imageAlt: "Nomsa Khumalo" }, { id: "3", name: "Sipho Dlamini", handle: "Contractor", testimonial: "Been buying from Plumblink for years. Reliable stock, quality materials, and the team understands construction schedules. Always dependable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-helmet_23-2148921426.jpg", imageAlt: "Sipho Dlamini" }, { id: "4", name: "Amara Johnson", handle: "Property Manager", testimonial: "Managing multiple properties means I need reliable suppliers. Plumblink delivers on quality and service every single time.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", imageAlt: "Amara Johnson" }, - { id: "5", name: "Mandla Nkosi", handle: "DIY Homeowner", testimonial: "First time doing plumbing work myself. The team here patiently explained everything and helped me pick the right products. Excellent!", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-up-being-displeased-offended-with-arms-crossed-his-chest-standing-blue-background_141793-138057.jpg?_wi=2", imageAlt: "Mandla Nkosi" }, - { id: "6", name: "Zinhle Mkhize", handle: "Builder", testimonial: "Professional service, wide selection, and fair pricing. Plumblink is my go-to for all plumbing supplies on every project.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg?_wi=2", imageAlt: "Zinhle Mkhize" } + { id: "5", name: "Mandla Nkosi", handle: "DIY Homeowner", testimonial: "First time doing plumbing work myself. The team here patiently explained everything and helped me pick the right products. Excellent!", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-red-cap-blank-tshirt-uniform-looking-up-being-displeased-offended-with-arms-crossed-his-chest-standing-blue-background_141793-138057.jpg", imageAlt: "Mandla Nkosi" }, + { id: "6", name: "Zinhle Mkhize", handle: "Builder", testimonial: "Professional service, wide selection, and fair pricing. Plumblink is my go-to for all plumbing supplies on every project.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-wearing-white-dress_1187-3643.jpg", imageAlt: "Zinhle Mkhize" } ]} animationType="slide-up" speed={40} @@ -197,7 +197,7 @@ export default function LandingPage() {