diff --git a/src/app/page.tsx b/src/app/page.tsx
index f753264..3b92613 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Wrench, Hammer, Droplets, Grid3X3 } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -28,60 +29,29 @@ export default function LandingPage() {
@@ -161,40 +109,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Trudie Burton",
- role: "Local Guide",
- testimonial: "Absolutely delighted with our new bathroom. The result is stunning.",
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=3",
- },
+ id: "1", name: "Trudie Burton", role: "Local Guide", testimonial: "Absolutely delighted with our new bathroom. The result is stunning.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
{
- id: "2",
- name: "J PT",
- role: "Local Guide",
- testimonial: "Liam has done a fantastic job fitting our new bathroom. Brilliant start to finish.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=2",
- },
+ id: "2", name: "J PT", role: "Local Guide", testimonial: "Liam has done a fantastic job fitting our new bathroom. Brilliant start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg"},
{
- id: "3",
- name: "Sarah J.",
- role: "Homeowner",
- testimonial: "Clear communication throughout the renovation process. Professional work.",
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160611.jpg",
- },
+ id: "3", name: "Sarah J.", role: "Homeowner", testimonial: "Clear communication throughout the renovation process. Professional work.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-160611.jpg"},
{
- id: "4",
- name: "David K.",
- role: "Landlord",
- testimonial: "Reliable, clean, and always on time. My property is in perfect condition.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg",
- },
+ id: "4", name: "David K.", role: "Landlord", testimonial: "Reliable, clean, and always on time. My property is in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-protecting-house-model-office-looking-camera_23-2148203983.jpg"},
{
- id: "5",
- name: "Emily M.",
- role: "Homeowner",
- testimonial: "High quality tiling and flooring. Would recommend to anyone.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
- },
+ id: "5", name: "Emily M.", role: "Homeowner", testimonial: "High quality tiling and flooring. Would recommend to anyone.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
]}
title="What our customers say about us."
description="Verified 5-star reviews from local customers in Carlisle and Cumbria."
@@ -205,12 +128,11 @@ export default function LandingPage() {
@@ -219,20 +141,13 @@ export default function LandingPage() {