diff --git a/src/app/page.tsx b/src/app/page.tsx index da7f3d4..203ed55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Facebook, Twitter } from "lucide-react"; +import { Facebook, Twitter, Wrench, Flame, Zap, AlertTriangle, Settings, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -29,64 +29,31 @@ export default function LandingPage() {
@@ -168,68 +94,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Reva Zoting", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/g862749da26e6a35b9c93e6558d1f46f648ff916a5cb48fa5a6b1496bc7806db01706472598c4c80cd00187e4d3932ed7e019ef3667eff1b6ff4c726b16000f68_1280.jpg?_wi=2", - }, - { - id: "2", - name: "Takendra Hawkins", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/gaa6f7433096b9e232198f32b7da9d05018cd6e833484862c1afd66b49f397ba88c42913f5801022fbe8e3127d8b4ce5209f166ce56c1795b0ac6dcb6f60c8e33_1280.png?_wi=2", - }, - { - id: "3", - name: "Ashley Yancy", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/g28cfdbeafae842477c2a0eafc7e5e4dd46ccce1f2835e39c9a5debe0cb3d2f727f7319402f72894a67dfe5b24b3c80bfdcd623b2eed3126f51abd18093b0ec29_1280.jpg?_wi=2", - }, - { - id: "4", - name: "Hallie Collette", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/g51682c6f0e24a0a2b9165756a54ed6800ee35e851a6c1efedcacc2d6a28d5a50ca8cd820a62cacefecc78ce3de29ccb024e168f99891049c685cb8758e09e3e3_1280.jpg", - }, - { - id: "5", - name: "Kristen Vanhooser", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/g7138761e0a73eaf294b57a6594329e3195a2380e3c45af3f5c6dc24693868fd4430eeb50168a1b2c1efc3295e66b739ed5ca6340b74aaa7caa72cc146b5222dd_1280.jpg", - }, - { - id: "6", - name: "Isabelle Izzy", - role: "Homeowner", - company: "Local Client", - rating: 5, - imageSrc: "https://pixabay.com/get/g6836f7bcf8517261c5671d02cb4e76715b64bc38fc0f034eed273272155b1acee440a09b181b45ba4c539f5b3d7d74eecbfc5871c55cdb790ce15a2c79494181_1280.jpg", - }, + { id: "1", name: "Reva Zoting", role: "Homeowner", company: "Local Client", rating: 5, imageSrc: "https://pixabay.com/get/g862749da26e6a35b9c93e6558d1f46f648ff916a5cb48fa5a6b1496bc7806db01706472598c4c80cd00187e4d3932ed7e019ef3667eff1b6ff4c726b16000f68_1280.jpg" }, + { id: "2", name: "Takendra Hawkins", role: "Homeowner", company: "Local Client", rating: 5, imageSrc: "https://pixabay.com/get/gaa6f7433096b9e232198f32b7da9d05018cd6e833484862c1afd66b49f397ba88c42913f5801022fbe8e3127d8b4ce5209f166ce56c1795b0ac6dcb6f60c8e33_1280.png" }, + { id: "3", name: "Ashley Yancy", role: "Homeowner", company: "Local Client", rating: 5, imageSrc: "https://pixabay.com/get/g28cfdbeafae842477c2a0eafc7e5e4dd46ccce1f2835e39c9a5debe0cb3d2f727f7319402f72894a67dfe5b24b3c80bfdcd623b2eed3126f51abd18093b0ec29_1280.jpg" }, ]} kpiItems={[ - { - value: "5.0", - label: "Average Rating", - }, - { - value: "100+", - label: "Projects Completed", - }, - { - value: "24/7", - label: "Emergency Availability", - }, + { value: "5.0", label: "Average Rating" }, + { value: "100+", label: "Projects Completed" }, + { value: "24/7", label: "Emergency Availability" }, ]} title="What Our Clients Say" description="Consistently recognized for speed, cleanliness, and exceptional support." @@ -238,6 +110,12 @@ export default function LandingPage() {