diff --git a/src/app/page.tsx b/src/app/page.tsx
index cfb17d6..3e358d1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,67 +44,29 @@ export default function LandingPage() {
@@ -131,52 +78,24 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Rapid Response",
- description: "Often within 1–2 hours for emergencies.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg",
- },
+ title: "Rapid Response", description: "Often within 1–2 hours for emergencies.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg"},
items: [
- {
- icon: Clock,
- text: "Same-day service",
- },
- {
- icon: Phone,
- text: "Emergency lines open",
- },
- {
- icon: CheckCircle,
- text: "Reliable arrival",
- },
+ { icon: Clock, text: "Same-day service" },
+ { icon: Phone, text: "Emergency lines open" },
+ { icon: CheckCircle, text: "Reliable arrival" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
- imageAlt: "modern boiler installation home",
+ reverse: false
},
{
- title: "Expert Diagnosis",
- description: "Precision troubleshooting to get you up and running faster.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-screwdriver-glove-white-background_141793-15306.jpg",
- },
+ title: "Expert Diagnosis", description: "Precision troubleshooting to get you up and running faster.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-screwdriver-glove-white-background_141793-15306.jpg"},
items: [
- {
- icon: Wrench,
- text: "First-time fix",
- },
- {
- icon: Shield,
- text: "Gas safe certified",
- },
- {
- icon: Award,
- text: "Expert technicians",
- },
+ { icon: Wrench, text: "First-time fix" },
+ { icon: Shield, text: "Gas safe certified" },
+ { icon: Award, text: "Expert technicians" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-stove-surface_23-2148705075.jpg?_wi=1",
- imageAlt: "modern boiler installation home",
+ reverse: true
},
]}
title="Why Customers Choose Us"
@@ -191,42 +110,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "s1",
- name: "Boiler Repair",
- price: "From £80",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg",
- },
- {
- id: "s2",
- name: "Boiler Servicing",
- price: "From £60",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-safety-pins-wooden-surface-with-copy-space_23-2148527887.jpg",
- },
- {
- id: "s3",
- name: "Gas Certificates",
- price: "From £50",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-stove-surface_23-2148705075.jpg?_wi=2",
- },
- {
- id: "s4",
- name: "Leak Detection",
- price: "Enquire",
- imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990732.jpg",
- },
- {
- id: "s5",
- name: "Hob Installation",
- price: "From £70",
- imageSrc: "http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg",
- },
- {
- id: "s6",
- name: "Pipe Repairs",
- price: "Enquire",
- imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg",
- },
+ { id: "s1", name: "Boiler Repair", price: "From £80", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg" },
+ { id: "s2", name: "Boiler Servicing", price: "From £60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-safety-pins-wooden-surface-with-copy-space_23-2148527887.jpg" },
+ { id: "s3", name: "Gas Certificates", price: "From £50", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-stove-surface_23-2148705075.jpg" },
+ { id: "s4", name: "Leak Detection", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990732.jpg" },
+ { id: "s5", name: "Hob Installation", price: "From £70", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg" },
+ { id: "s6", name: "Pipe Repairs", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg" },
]}
title="Our Professional Services"
description="Comprehensive gas and plumbing solutions for every home and rental property."
@@ -237,31 +126,11 @@ export default function LandingPage() {
@@ -313,12 +159,7 @@ export default function LandingPage() {