diff --git a/src/app/page.tsx b/src/app/page.tsx index 405eee9..4513b0b 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 { Check } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; @@ -31,26 +32,11 @@ export default function LandingPage() { @@ -193,24 +98,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Residential Roofing", - description: "Expert shingle and tile installation.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=2", - }, - { - id: "f2", - title: "Metal Roofing", - description: "Durable and efficient metal solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-protection-helmet_23-2149343639.jpg?_wi=2", - }, - { - id: "f3", - title: "Roof Repairs", - description: "Fast diagnostics and leak prevention.", - imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=2", - }, + { id: "f1", title: "Residential Roofing", description: "Expert shingle and tile installation.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg" }, + { id: "f2", title: "Metal Roofing", description: "Durable and efficient metal solutions.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-protection-helmet_23-2149343639.jpg" }, + { id: "f3", title: "Roof Repairs", description: "Fast diagnostics and leak prevention.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg" }, ]} title="Our Core Services" description="Comprehensive roofing solutions tailored to your property needs." @@ -219,30 +109,13 @@ export default function LandingPage() {
@@ -389,29 +194,15 @@ export default function LandingPage() {