diff --git a/src/app/construction/page.tsx b/src/app/construction/page.tsx index 2e74e67..4abd7a6 100644 --- a/src/app/construction/page.tsx +++ b/src/app/construction/page.tsx @@ -1,10 +1,8 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -42,25 +40,13 @@ export default function ConstructionPage() { tag="Construction Services" features={[ { - id: "barns", - title: "Barns & Agricultural Buildings", - description: "Complete barn construction, renovations, and metal siding installations.", - tag: "Agricultural", - imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1" + id: "barns", title: "Barns & Agricultural Buildings", description: "Complete barn construction, renovations, and metal siding installations.", tag: "Agricultural", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1" }, { - id: "garages", - title: "Garages & Storage Buildings", - description: "Custom garage construction with premium finishes and durable materials.", - tag: "Residential", - imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2" + id: "garages", title: "Garages & Storage Buildings", description: "Custom garage construction with premium finishes and durable materials.", tag: "Residential", imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2" }, { - id: "exterior", - title: "Exterior Renovations", - description: "Siding, trim work, and exterior upgrades that complement your roof.", - tag: "Renovation", - imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2" + id: "exterior", title: "Exterior Renovations", description: "Siding, trim work, and exterior upgrades that complement your roof.", tag: "Renovation", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2" } ]} animationType="slide-up" @@ -69,47 +55,6 @@ export default function ConstructionPage() { /> -
- -
-