diff --git a/src/app/page.tsx b/src/app/page.tsx
index acdafe1..079519e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Award, Clock, Shield, Star } from "lucide-react";
+import { Award, Clock, Shield, Star, Zap, Flame, Droplets, Waves } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -60,32 +50,20 @@ export default function LandingPage() {
description="AP UK Plumbing Ltd provides premium 24/7 emergency and residential plumbing services across the UK. Expert solutions, reliable care, and a reputation built on excellence."
buttons={[
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/excited-female-male-plumbers-don-t-believe-their-eyes-look-with-widely-opened-mouthes_273609-8784.jpg",
- alt: "Client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/excited-female-male-plumbers-don-t-believe-their-eyes-look-with-widely-opened-mouthes_273609-8784.jpg", alt: "Client 1"},
{
- src: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg",
- alt: "Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg", alt: "Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg",
- alt: "Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg", alt: "Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
- alt: "Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", alt: "Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg",
- alt: "Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg", alt: "Client 5"},
]}
avatarText="Trusted by over 500+ happy homeowners"
/>
@@ -97,28 +75,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Emergency Repairs",
- description: "24/7 expert intervention for urgent plumbing leaks and breakages.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg?_wi=1",
- buttonIcon: "Zap",
+ title: "Emergency Repairs", description: "24/7 expert intervention for urgent plumbing leaks and breakages.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", buttonIcon: Zap,
},
{
- title: "Boiler & Heating",
- description: "Professional installation and maintenance for optimal home heating.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
- buttonIcon: "Flame",
+ title: "Boiler & Heating", description: "Professional installation and maintenance for optimal home heating.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", buttonIcon: Flame,
},
{
- title: "Bathroom Refit",
- description: "End-to-end luxury bathroom plumbing and installation solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg",
- buttonIcon: "Droplets",
+ title: "Bathroom Refit", description: "End-to-end luxury bathroom plumbing and installation solutions.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", buttonIcon: Droplets,
},
{
- title: "Drainage Care",
- description: "Comprehensive maintenance and unblocking for clear water flow.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg?_wi=2",
- buttonIcon: "Waves",
+ title: "Drainage Care", description: "Comprehensive maintenance and unblocking for clear water flow.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", buttonIcon: Waves,
},
]}
title="Professional Services"
@@ -133,24 +99,16 @@ export default function LandingPage() {
metrics={[
{
icon: Star,
- label: "Google Rating",
- value: "4.8+",
- },
+ label: "Google Rating", value: "4.8+"},
{
icon: Clock,
- label: "Availability",
- value: "24/7",
- },
+ label: "Availability", value: "24/7"},
{
icon: Shield,
- label: "Gas Safe",
- value: "Certified",
- },
+ label: "Gas Safe", value: "Certified"},
{
icon: Award,
- label: "Experience",
- value: "10+ Years",
- },
+ label: "Experience", value: "10+ Years"},
]}
metricsAnimation="slide-up"
/>
@@ -163,40 +121,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "The best plumbing service I've ever experienced. Truly luxurious care.",
- imageSrc: "http://img.b2bpic.net/free-photo/excited-female-male-plumbers-don-t-believe-their-eyes-look-with-widely-opened-mouthes_273609-8784.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best plumbing service I've ever experienced. Truly luxurious care.", imageSrc: "http://img.b2bpic.net/free-photo/excited-female-male-plumbers-don-t-believe-their-eyes-look-with-widely-opened-mouthes_273609-8784.jpg"},
{
- id: "2",
- name: "Michael B.",
- handle: "@michaelb",
- testimonial: "Fast, professional, and left everything spotless. Highly recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg",
- },
+ id: "2", name: "Michael B.", handle: "@michaelb", testimonial: "Fast, professional, and left everything spotless. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg"},
{
- id: "3",
- name: "Emily R.",
- handle: "@emilyr",
- testimonial: "Expert knowledge and friendly service. My go-to for all repairs.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg",
- },
+ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Expert knowledge and friendly service. My go-to for all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-with-renovation-tools_23-2147758701.jpg"},
{
- id: "4",
- name: "David K.",
- handle: "@davidk",
- testimonial: "Professional standards are unbeatable. Excellent value for money.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
- },
+ id: "4", name: "David K.", handle: "@davidk", testimonial: "Professional standards are unbeatable. Excellent value for money.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"},
{
- id: "5",
- name: "Linda M.",
- handle: "@lindam",
- testimonial: "Emergency help arrived within the hour. Absolute lifesavers.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg",
- },
+ id: "5", name: "Linda M.", handle: "@lindam", testimonial: "Emergency help arrived within the hour. Absolute lifesavers.", imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg"},
]}
title="Client Success Stories"
description="What our clients say about our service excellence."
@@ -207,14 +140,11 @@ export default function LandingPage() {
@@ -224,29 +154,19 @@ export default function LandingPage() {
logoText="AP UK Plumbing"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Emergency",
- href: "#",
- },
+ label: "Emergency", href: "#"},
{
- label: "Boiler",
- href: "#",
- },
+ label: "Boiler", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
]}