diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe51d7e..8d7bbbc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { ShieldCheck } from "lucide-react";
+import { ShieldCheck, Zap, Shield, CheckCircle, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,43 +43,17 @@ export default function LandingPage() {
@@ -234,46 +127,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- role: "Homeowner",
- company: "Local Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg",
- },
- {
- id: "2",
- name: "Tom Davis",
- role: "Property Manager",
- company: "Davis Estates",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg",
- },
- {
- id: "3",
- name: "Linda Wu",
- role: "Homeowner",
- company: "Local Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg",
- },
- {
- id: "4",
- name: "Mark Jones",
- role: "Owner",
- company: "Jones Retail",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-with-tie-posing_114579-15876.jpg",
- },
- {
- id: "5",
- name: "Emily Chen",
- role: "Homeowner",
- company: "Local Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/receiving-keys-happy-couple-together-their-new-house-conception-moving_146671-16174.jpg",
- },
+ { id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg" },
+ { id: "2", name: "Tom Davis", role: "Property Manager", company: "Davis Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11907.jpg" },
+ { id: "3", name: "Linda Wu", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg" },
+ { id: "4", name: "Mark Jones", role: "Owner", company: "Jones Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-with-tie-posing_114579-15876.jpg" },
]}
title="Trusted by Neighbors"
description="Here is what our satisfied clients say about us."
@@ -284,21 +141,9 @@ export default function LandingPage() {