diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index db54b59..4f800c2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,6 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import {
- Brick,
Shield,
CheckCircle,
Facebook,
@@ -39,21 +38,19 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Call Now",
- href: "tel:07852349933",
- }}
+ text: "Call Now", href: "tel:07852349933"}}
/>
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() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index acff501..41abdcc 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -7,7 +7,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FooterCard from "@/components/sections/footer/FooterCard";
-import { CheckCircle, Hammer, Shield, Quote, Facebook, Linkedin, Brick } from "lucide-react";
+import { CheckCircle, Hammer, Shield, Quote, Facebook, Linkedin } from "lucide-react";
export default function ServicesPage() {
return (
@@ -35,9 +35,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Call Now",
- href: "tel:07852349933",
- }}
+ text: "Call Now", href: "tel:07852349933"}}
/>
@@ -49,33 +47,19 @@ export default function ServicesPage() {
description="We deliver exceptional brickwork and masonry services across Wallington and South London. With years of hands-on experience, attention to detail, and genuine care for our craft, we've built lasting relationships with satisfied customers."
buttons={[
{
- text: "View Our Projects",
- href: "/projects",
- },
+ text: "View Our Projects", href: "/projects"},
]}
accordionItems={[
{
- id: "1",
- title: "Expert Craftsmanship",
- content: "Every brick placed with precision. Our master craftsmen bring years of experience to every project, ensuring superior quality and durability that stands the test of time.",
- },
+ id: "1", title: "Expert Craftsmanship", content: "Every brick placed with precision. Our master craftsmen bring years of experience to every project, ensuring superior quality and durability that stands the test of time."},
{
- id: "2",
- title: "Local Knowledge",
- content: "We know Wallington and the surrounding South London areas inside and out. Understanding local building practices and requirements ensures seamless project execution.",
- },
+ id: "2", title: "Local Knowledge", content: "We know Wallington and the surrounding South London areas inside and out. Understanding local building practices and requirements ensures seamless project execution."},
{
- id: "3",
- title: "Reliable & Professional",
- content: "On-time delivery, fair pricing, and transparent communication. We treat your property with the respect it deserves and stand behind every job we complete.",
- },
+ id: "3", title: "Reliable & Professional", content: "On-time delivery, fair pricing, and transparent communication. We treat your property with the respect it deserves and stand behind every job we complete."},
{
- id: "4",
- title: "5-Star Reputation",
- content: "Our 5.0 Google Reviews rating reflects our commitment to excellence. Customer satisfaction isn't just a goal—it's our standard on every single project.",
- },
+ id: "4", title: "5-Star Reputation", content: "Our 5.0 Google Reviews rating reflects our commitment to excellence. Customer satisfaction isn't just a goal—it's our standard on every single project."},
]}
- imageSrc="http://img.b2bpic.net/free-photo/construction-electrician-cuts-voltage-cable-repair_169016-11855.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/construction-electrician-cuts-voltage-cable-repair_169016-11855.jpg"
imageAlt="Professional bricklaying technique hands"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -91,37 +75,13 @@ export default function ServicesPage() {