diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b705c0..fe1daf4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -30,26 +30,16 @@ export default function LandingPage() {
@@ -58,107 +48,62 @@ export default function LandingPage() {
@@ -172,29 +117,19 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
- title: "Emergency Repairs",
- description: "Leaks, burst pipes, and no hot water issues handled within 90 minutes.",
- },
+ title: "Emergency Repairs", description: "Leaks, burst pipes, and no hot water issues handled within 90 minutes."},
{
icon: Flame,
- title: "Boiler Repairs",
- description: "Expert diagnosis, repair, or full replacement with clear upfront costs.",
- },
+ title: "Boiler Repairs", description: "Expert diagnosis, repair, or full replacement with clear upfront costs."},
{
icon: ShieldCheck,
- title: "Gas Safety",
- description: "Professional landlord certificates and complete gas appliance checks.",
- },
+ title: "Gas Safety", description: "Professional landlord certificates and complete gas appliance checks."},
{
icon: Layout,
- title: "Installation",
- description: "Gas hobs, cookers, and appliances connected safely and correctly.",
- },
+ title: "Installation", description: "Gas hobs, cookers, and appliances connected safely and correctly."},
{
icon: Droplets,
- title: "General Plumbing",
- description: "Tap, toilet, and radiator repairs carried out with precision.",
- },
+ title: "General Plumbing", description: "Tap, toilet, and radiator repairs carried out with precision."},
]}
title="Our Professional Services"
description="Reliable plumbing and gas solutions for every home need."
@@ -208,23 +143,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- icon: CheckCircle,
- title: "Honest Pricing",
- value: "Transparent",
- },
+ id: "m1", icon: CheckCircle,
+ title: "Honest Pricing", value: "Transparent"},
{
- id: "m2",
- icon: Zap,
- title: "Rapid Response",
- value: "Same-Day",
- },
+ id: "m2", icon: Zap,
+ title: "Rapid Response", value: "Same-Day"},
{
- id: "m3",
- icon: UserCheck,
- title: "Personal Follow-up",
- value: "100%",
- },
+ id: "m3", icon: UserCheck,
+ title: "Personal Follow-up", value: "100%"},
]}
title="Why Kingston Plumbing & Gas?"
description="We take pride in our honest, rapid, and thorough service."
@@ -238,17 +164,11 @@ export default function LandingPage() {
description="When you call Kingston Plumbing & Gas, you speak directly to me. I've built this business on doing things properly, charging fair prices, and always showing up on time."
metrics={[
{
- value: "12+",
- title: "Years Experience",
- },
+ value: "12+", title: "Years Experience"},
{
- value: "500+",
- title: "Five-Star Reviews",
- },
+ value: "500+", title: "Five-Star Reviews"},
{
- value: "100%",
- title: "Satisfaction Rate",
- },
+ value: "100%", title: "Satisfaction Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg"
imageAlt="Simon, professional local gas engineer"
@@ -261,8 +181,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file