diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6379ad5..4189b3d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import FeatureCardTwentySeven as ProcessCards from "@/components/sections/feature/FeatureCardTwentySeven"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Hammer, Zap } from "lucide-react"; import Link from "next/link"; @@ -35,9 +34,7 @@ export default function ServicesPage() { navItems={navItems} brandName="Confirmed Roofing" button={{ - text: "Request Free Inspection", - href: "/contact", - }} + text: "Request Free Inspection", href: "/contact"}} /> @@ -50,40 +47,15 @@ export default function ServicesPage() { tagAnimation="blur-reveal" features={[ { - id: "1", - title: "Roof Inspections", - description: "Comprehensive inspections to identify issues before they become expensive problems. We provide detailed reports and clear recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=3", - imageAlt: "Professional roof inspection", - }, + id: "1", title: "Roof Inspections", description: "Comprehensive inspections to identify issues before they become expensive problems. We provide detailed reports and clear recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection"}, { - id: "2", - title: "Leak Detection & Repair", - description: "Fast detection and expert repair of roof leaks. Our team uses advanced techniques to find and fix even the trickiest leaks.", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", - imageAlt: "Leak repair service", - }, + id: "2", title: "Leak Detection & Repair", description: "Fast detection and expert repair of roof leaks. Our team uses advanced techniques to find and fix even the trickiest leaks.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Leak repair service"}, { - id: "3", - title: "Roof Replacement", - description: "Complete roof replacement with premium materials. We handle removal, installation, and cleanup with zero stress to you.", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", - imageAlt: "Roof replacement project", - }, + id: "3", title: "Roof Replacement", description: "Complete roof replacement with premium materials. We handle removal, installation, and cleanup with zero stress to you.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof replacement project"}, { - id: "4", - title: "New Roof Installation", - description: "Expert installation of new roofing systems. We work efficiently and leave your property clean and protected.", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", - imageAlt: "New roof installation", - }, + id: "4", title: "New Roof Installation", description: "Expert installation of new roofing systems. We work efficiently and leave your property clean and protected.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "New roof installation"}, { - id: "5", - title: "Storm Damage Repair", - description: "Quick response to storm damage. We assess damage, work with insurance, and restore your roof to like-new condition.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2", - imageAlt: "Storm damage repair", - }, + id: "5", title: "Storm Damage Repair", description: "Quick response to storm damage. We assess damage, work with insurance, and restore your roof to like-new condition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage repair"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -93,7 +65,7 @@ export default function ServicesPage() {
-