Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
brandName="David Laird's Plumbing & Heating"
|
||||
bottomLeftText="Beaverton / Toronto Area, ON"
|
||||
bottomRightText="(647) 555-PLUM"
|
||||
bottomRightText="416 574 4948"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,20 +45,15 @@ export default function ContactPage() {
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "David Laird",
|
||||
handle: "Owner & Master Plumber",
|
||||
testimonial:
|
||||
"We're committed to providing fast, professional service when you need it most. Call us today!",
|
||||
rating: 5,
|
||||
name: "David Laird", handle: "Owner & Master Plumber", testimonial:
|
||||
"We're committed to providing fast, professional service when you need it most. Call us today!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=4",
|
||||
imageAlt: "david laird owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=4", imageAlt: "david laird owner"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now: (647) 555-PLUM", href: "tel:+16475557586" },
|
||||
{ text: "Call Now: 416 574 4948", href: "tel:+14165744948" },
|
||||
{ text: "Request Service Quote", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -78,14 +73,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"☎️ Call: (647) 555-PLUM",
|
||||
"📍 Serving: Beaverton & Toronto, ON",
|
||||
"⏰ Available: 24/7 Emergency Service",
|
||||
"✉️ Email: Available upon request",
|
||||
"🚗 Same-Day Service Available",
|
||||
"💳 All Payment Methods Accepted",
|
||||
"🏆 Licensed & Insured",
|
||||
]}
|
||||
"☎️ Call: 416 574 4948", "📍 Serving: Beaverton & Toronto, ON", "⏰ Available: 24/7 Emergency Service", "✉️ Email: Available upon request", "🚗 Same-Day Service Available", "💳 All Payment Methods Accepted", "🏆 Licensed & Insured"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -96,66 +84,39 @@ export default function ContactPage() {
|
||||
logoText="David Laird's"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Plumbing Repairs",
|
||||
href: "/plumbing-services",
|
||||
},
|
||||
label: "Plumbing Repairs", href: "/plumbing-services"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "/plumbing-services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "/plumbing-services"},
|
||||
{
|
||||
label: "Water Heater",
|
||||
href: "/plumbing-services",
|
||||
},
|
||||
label: "Water Heater", href: "/plumbing-services"},
|
||||
{
|
||||
label: "Heating Repair",
|
||||
href: "/heating-services",
|
||||
},
|
||||
label: "Heating Repair", href: "/heating-services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/",
|
||||
},
|
||||
label: "Reviews", href: "/"},
|
||||
{
|
||||
label: "Service Area",
|
||||
href: "/",
|
||||
},
|
||||
label: "Service Area", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "tel:+16475557586",
|
||||
},
|
||||
label: "Emergency Service", href: "tel:+14165744948"},
|
||||
{
|
||||
label: "Request Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Request Quote", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/",
|
||||
},
|
||||
label: "FAQs", href: "/"},
|
||||
{
|
||||
label: "Maintenance Tips",
|
||||
href: "/",
|
||||
},
|
||||
label: "Maintenance Tips", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user