From cb7be67d6d37be153919c59720ca2f54ef843751 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:40:49 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 584221c..a431143 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -78,9 +78,9 @@ 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: "noise" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg" imageAlt="Caterweb showroom contact" mediaPosition="right" mediaAnimation="slide-up" @@ -101,25 +101,13 @@ export default function ContactPage() { features={[ { id: 1, - title: "Phone: 011 334 4227", - description: "For urgent inquiries or immediate assistance, call us directly. Our team is ready to help you select equipment and arrange delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reception-desk-looking-camera_23-2148033349.jpg?_wi=3", - imageAlt: "Phone Support", - }, + title: "Phone: 011 334 4227", description: "For urgent inquiries or immediate assistance, call us directly. Our team is ready to help you select equipment and arrange delivery.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reception-desk-looking-camera_23-2148033349.jpg", imageAlt: "Phone Support"}, { id: 2, - title: "Visit Our Showroom", - description: "Located at 56 Heidelberg Road, Johannesburg South. Browse equipment in person and speak with our experts face-to-face.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36707.jpg?_wi=3", - imageAlt: "Visit Showroom", - }, + title: "Visit Our Showroom", description: "Located at 56 Heidelberg Road, Johannesburg South. Browse equipment in person and speak with our experts face-to-face.", imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36707.jpg", imageAlt: "Visit Showroom"}, { id: 3, - title: "Email & Form Submission", - description: "Submit your inquiry through our website form. We respond to all inquiries within 24 hours with quotes and product recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/team-call-center-agents-cooperating-provide-guidance-customers_482257-117984.jpg?_wi=3", - imageAlt: "Email Support", - }, + title: "Email & Form Submission", description: "Submit your inquiry through our website form. We respond to all inquiries within 24 hours with quotes and product recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/team-call-center-agents-cooperating-provide-guidance-customers_482257-117984.jpg", imageAlt: "Email Support"}, ]} /> @@ -133,15 +121,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Fast Response Time", - "Expert Consultants", - "Competitive Pricing", - "Same Day Quotes", - "5-Star Service", - "Proven Track Record", - "Industry Expertise", - "Urgent Delivery", - ]} + "Fast Response Time", "Expert Consultants", "Competitive Pricing", "Same Day Quotes", "5-Star Service", "Proven Track Record", "Industry Expertise", "Urgent Delivery"]} showCard={true} speed={40} />