Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user