diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b102b5..53a1fba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Building2, Camera, Clock, Droplet, Droplets, Search, Shield, Wrench } from "lucide-react"; +import { Building2, Clock, Droplet, Droplets, Search, Shield, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -68,19 +68,6 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg" mediaAnimation="slide-up" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/happy-friends-standing-near-river_74855-2882.jpg", alt: "Happy friends standing near river"}, - { - src: "http://img.b2bpic.net/free-photo/couple-taking-selfie_23-2147637621.jpg", alt: "Couple taking a selfie"}, - { - src: "http://img.b2bpic.net/free-photo/young-adult-wearing-blank-shirt_23-2149321721.jpg", alt: "Young adult wearing blank shirt"}, - { - src: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-rests-morning-beach_176420-5824.jpg", alt: "Beautiful young cheerful girl rests at morning beach"}, - { - src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Smiley father posing with arms crossed"}, - ]} - avatarText="Trusted by 500+ local homeowners" marqueeItems={[ { type: "text-icon", text: "Storm Damage Repair", icon: Droplets, @@ -136,9 +123,6 @@ export default function LandingPage() { { icon: Clock, label: "Response Time", value: "Fast"}, - { - icon: Camera, - label: "Photo Proof", value: "Included"}, ]} metricsAnimation="slide-up" /> @@ -148,16 +132,10 @@ export default function LandingPage() {