diff --git a/src/app/page.tsx b/src/app/page.tsx index daa2c3f..0f52ed2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; import { - Brick, Shield, CheckCircle, Hammer, @@ -45,9 +44,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:07852349933", - }} + text: "Call Now", href: "tel:07852349933"}} /> @@ -57,30 +54,20 @@ export default function HomePage() { description="Expert brickwork & masonry services in Wallington. Reliable, high-quality craftsmanship for homes and businesses." buttons={[ { - text: "Get a Free Quote", - href: "/contact", - }, + text: "Get a Free Quote", href: "/contact"}, { - text: "Call 07852 349933", - href: "tel:07852349933", - }, + text: "Call 07852 349933", href: "tel:07852349933"}, ]} slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12607.jpg", - imageAlt: "Professional brickwork masonry work", - }, + "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12607.jpg", imageAlt: "Professional brickwork masonry work"}, { imageSrc: - "http://img.b2bpic.net/free-photo/outdoors-wall-with-various-leaves_23-2148742500.jpg", - imageAlt: "Beautiful garden brick wall", - }, + "http://img.b2bpic.net/free-photo/outdoors-wall-with-various-leaves_23-2148742500.jpg", imageAlt: "Beautiful garden brick wall"}, { imageSrc: - "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15115.jpg", - imageAlt: "House extension brickwork", - }, + "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15115.jpg", imageAlt: "House extension brickwork"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -90,12 +77,12 @@ export default function HomePage() {