Update src/app/services/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Boiler Replacement", href: "/services" },
|
||||
{ label: "Heating Repair", href: "/services" },
|
||||
{ label: "Bathroom Renovations", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 085 873 2792", href: "tel:0858732792" },
|
||||
{ label: "Email: info@heatview.co.uk", href: "mailto:info@heatview.co.uk" },
|
||||
{ label: "Hours: 08:30 - 17:30", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -73,9 +69,7 @@ export default function ServicesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:085873279",
|
||||
}}
|
||||
text: "Call Now", href: "tel:085873279"}}
|
||||
brandName="Heatview"
|
||||
/>
|
||||
</div>
|
||||
@@ -87,29 +81,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Boiler Replacement & Repair",
|
||||
description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
|
||||
imageAlt: "Professional boiler installation service",
|
||||
},
|
||||
title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler installation service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Heating System Repairs",
|
||||
description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg?_wi=2",
|
||||
imageAlt: "Heating system maintenance and repair",
|
||||
},
|
||||
title: "Heating System Repairs", description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", imageAlt: "Heating system maintenance and repair"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Bathroom Renovations",
|
||||
description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2",
|
||||
imageAlt: "Modern bathroom renovation project",
|
||||
},
|
||||
title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Modern bathroom renovation project"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,34 +104,16 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction Rate",
|
||||
items: [
|
||||
"Consistent quality delivery",
|
||||
"Professional team behavior",
|
||||
"Attention to detail on every job",
|
||||
],
|
||||
id: "1", value: "98%", title: "Customer Satisfaction Rate", items: [
|
||||
"Consistent quality delivery", "Professional team behavior", "Attention to detail on every job"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2hr",
|
||||
title: "Average Emergency Response",
|
||||
items: [
|
||||
"24/7 availability",
|
||||
"Quick assessment",
|
||||
"Rapid problem resolution",
|
||||
],
|
||||
id: "2", value: "2hr", title: "Average Emergency Response", items: [
|
||||
"24/7 availability", "Quick assessment", "Rapid problem resolution"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Guaranteed",
|
||||
title: "Workmanship Warranty",
|
||||
items: [
|
||||
"Parts guarantees",
|
||||
"Labor protection",
|
||||
"Peace of mind included",
|
||||
],
|
||||
id: "3", value: "Guaranteed", title: "Workmanship Warranty", items: [
|
||||
"Parts guarantees", "Labor protection", "Peace of mind included"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -165,25 +128,13 @@ export default function ServicesPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer emergency plumbing services?",
|
||||
content: "Yes, we provide 24/7 emergency plumbing services. Call us immediately at 085 873 2792 for urgent issues. We aim to arrive within 2 hours for emergency callouts.",
|
||||
},
|
||||
id: "1", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services. Call us immediately at 085 873 2792 for urgent issues. We aim to arrive within 2 hours for emergency callouts."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How much does a typical repair cost?",
|
||||
content: "Costs vary depending on the issue and complexity. We provide free quotes for all work and transparent pricing upfront. There are no hidden charges or surprise fees.",
|
||||
},
|
||||
id: "2", title: "How much does a typical repair cost?", content: "Costs vary depending on the issue and complexity. We provide free quotes for all work and transparent pricing upfront. There are no hidden charges or surprise fees."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What areas do you service?",
|
||||
content: "We serve the local area and surrounding regions. Call us to confirm if we cover your location. We're based locally and pride ourselves on quick response times.",
|
||||
},
|
||||
id: "3", title: "What areas do you service?", content: "We serve the local area and surrounding regions. Call us to confirm if we cover your location. We're based locally and pride ourselves on quick response times."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer warranties on your work?",
|
||||
content: "Yes, all our work is backed by guarantees. Boiler installations include manufacturer warranties plus our workmanship guarantee. We stand behind every job.",
|
||||
},
|
||||
id: "4", title: "Do you offer warranties on your work?", content: "Yes, all our work is backed by guarantees. Boiler installations include manufacturer warranties plus our workmanship guarantee. We stand behind every job."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user