diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1b0807e..ea58086 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,16 @@ export default function LandingPage() {
@@ -56,81 +46,40 @@ export default function LandingPage() {
@@ -138,11 +87,11 @@ export default function LandingPage() {
@@ -153,30 +102,15 @@ export default function LandingPage() {
description="Comprehensive plumbing and heating solutions tailored for homes and businesses in Greater Manchester."
accordionItems={[
{
- id: "s1",
- title: "Emergency Plumbing",
- content: "Rapid response for bursts, leaks, and critical plumbing failures, 24/7.",
- },
+ id: "s1", title: "Emergency Plumbing", content: "Rapid response for bursts, leaks, and critical plumbing failures, 24/7."},
{
- id: "s2",
- title: "Boiler Repairs",
- content: "Professional boiler diagnostic, repair, and annual servicing for all major brands.",
- },
+ id: "s2", title: "Boiler Repairs", content: "Professional boiler diagnostic, repair, and annual servicing for all major brands."},
{
- id: "s3",
- title: "Central Heating",
- content: "From radiator issues to pump and thermostat malfunctions, we cover everything heating.",
- },
+ id: "s3", title: "Central Heating", content: "From radiator issues to pump and thermostat malfunctions, we cover everything heating."},
{
- id: "s4",
- title: "Bathroom Plumbing",
- content: "Installation and maintenance of showers, sinks, baths, and toilet systems.",
- },
+ id: "s4", title: "Bathroom Plumbing", content: "Installation and maintenance of showers, sinks, baths, and toilet systems."},
{
- id: "s5",
- title: "Leak Detection",
- content: "Pinpointing hidden leaks using advanced diagnostic methods to prevent water damage.",
- },
+ id: "s5", title: "Leak Detection", content: "Pinpointing hidden leaks using advanced diagnostic methods to prevent water damage."},
]}
imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg"
mediaAnimation="slide-up"
@@ -190,26 +124,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M., Stockport"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
- alt: "Sarah M",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-freelance-girl-connects-online-meeting-video-chats-laptop-sits-kitchen_1258-187227.jpg",
- alt: "David L",
- },
- {
- src: "http://img.b2bpic.net/free-photo/family-home_1303-4770.jpg",
- alt: "Emma B",
- },
- {
- src: "http://img.b2bpic.net/free-photo/teenager-friends-having-fun-winter-time_23-2149258990.jpg",
- alt: "John P",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187303.jpg",
- alt: "Claire W",
- },
+ { src: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", alt: "Sarah M" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-freelance-girl-connects-online-meeting-video-chats-laptop-sits-kitchen_1258-187227.jpg", alt: "David L" },
+ { src: "http://img.b2bpic.net/free-photo/family-home_1303-4770.jpg", alt: "Emma B" },
+ { src: "http://img.b2bpic.net/free-photo/teenager-friends-having-fun-winter-time_23-2149258990.jpg", alt: "John P" },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187303.jpg", alt: "Claire W" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -219,27 +138,15 @@ export default function LandingPage() {
@@ -249,44 +156,24 @@ export default function LandingPage() {
logoText="Lloyd Plumbing Ltd"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Emergency Plumbing",
- href: "#services",
- },
- {
- label: "Boiler Repair",
- href: "#services",
- },
- {
- label: "Central Heating",
- href: "#services",
- },
+ title: "Services", items: [
+ { label: "Emergency Plumbing", href: "#services" },
+ { label: "Boiler Repair", href: "#services" },
+ { label: "Central Heating", href: "#services" },
],
},
{
- title: "Contact",
- items: [
- {
- label: "Call 07402 196376",
- href: "tel:07402196376",
- },
- {
- label: "Stockport Address",
- href: "#",
- },
- {
- label: "Privacy Policy",
- href: "#",
- },
+ title: "Contact & Emergency", items: [
+ { label: "24/7 Emergency: 07402 196376", href: "tel:07402196376" },
+ { label: "Stockport Address: Unit 5, Stockport", href: "#" },
+ { label: "Privacy Policy", href: "#" },
],
},
]}
- copyrightText="© 2024 Lloyd Plumbing Ltd. All rights reserved."
+ copyrightText="© 2024 Lloyd Plumbing Ltd. All rights reserved. Registered in England & Wales."
/>
);
-}
+}
\ No newline at end of file