From 6d2388b1d2757336cabde9d61ec091906855152b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:43:26 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a431143..f62f0ae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -78,7 +78,7 @@ export default function ContactPage() { tag="Get in Touch" title="Request Your Quote Today" description="Fill out our quick form and our team will respond within hours. Or call us directly for immediate assistance at 011 334 4227 during business hours." - background={{ variant: "circleGradient" }} + background={{ variant: "noise" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg" imageAlt="Caterweb showroom contact" -- 2.49.1 From c8fa03f92067cf510436c830916e975f033ab2c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:43:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bb5960..1f0353c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { description="Trusted by hospitality professionals across South Africa. Top-tier brands, competitive pricing, and urgent delivery to keep your kitchen running." tag="Johannesburg's Premier Supplier" tagIcon={Sparkles} - background={{ variant: "circleGradient" }} + background={{ variant: "noise" }} buttons={[ { text: "Call Now: 011 334 4227", href: "tel:0113344227" }, { text: "Request a Quote", href: "/contact" }, @@ -220,7 +220,7 @@ export default function HomePage() { tag="Get in Touch" title="Request Your Quote Today" description="Fill out our quick form and our team will respond within hours. Or call us directly for immediate assistance." - background={{ variant: "circleGradient" }} + background={{ variant: "noise" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg" imageAlt="Caterweb showroom contact" -- 2.49.1