Update src/app/contact/page.tsx
This commit is contained in:
@@ -43,9 +43,7 @@ export default function ContactPage() {
|
||||
brandName="Boilergurus"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:02071014370",
|
||||
}}
|
||||
text: "Call Now", href: "tel:02071014370"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,24 +58,18 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Phone",
|
||||
description: "020 7101 4370 - Available Monday to Friday",
|
||||
icon: Phone,
|
||||
title: "Phone", description: "020 7101 4370 - Available Monday to Friday", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
description:
|
||||
"50 Selwood Rd, Old Woking, Woking GU22 9HT, Surrey",
|
||||
icon: MapPin,
|
||||
title: "Location", description:
|
||||
"50 Selwood Rd, Old Woking, Woking GU22 9HT, Surrey", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Business Hours",
|
||||
description:
|
||||
"Monday - Friday: 8am - 6pm | Weekend emergency services available",
|
||||
icon: Clock,
|
||||
title: "Business Hours", description:
|
||||
"Monday - Friday: 8am - 6pm | Weekend emergency services available", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"
|
||||
imageAlt="Boilergurus team ready to help"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -107,19 +99,13 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Visit our Facebook page",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Visit our Facebook page"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Visit our Instagram profile",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Visit our Instagram profile"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "Connect with us on LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com", ariaLabel: "Connect with us on LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user