diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e933fe7..11f25ae 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { CalendarClock, Leaf, ThumbsUp, Wrench } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -59,22 +38,8 @@ export default function LandingPage() { title="Comprehensive Capabilities" description="Tailored solutions for complex contracting needs." features={[ - { - title: "Sustainable Design", - description: "Eco-friendly materials and energy efficiency.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/professional-engineers_1098-15509.jpg?_wi=2", - imageAlt: "Professional engineers", - }, - { - title: "Maintenance Plans", - description: "Post-construction upkeep and support.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/world-trade-center-station-new-york-downtown-usa_1268-19541.jpg?_wi=4", - imageAlt: "Professional engineers", - }, + { title: "Sustainable Design", description: "Eco-friendly materials and energy efficiency.", bentoComponent: "reveal-icon", icon: Leaf }, + { title: "Maintenance Plans", description: "Post-construction upkeep and support.", bentoComponent: "reveal-icon", icon: Wrench } ]} /> @@ -88,52 +53,15 @@ export default function LandingPage() { title="Why Clients Choose Us" description="Unmatched commitment to service." metrics={[ - { - id: "s1", - value: "98%", - title: "Referral Rate", - description: "Trusted by our partners and clients.", - icon: ThumbsUp, - }, - { - id: "s2", - value: "100%", - title: "On Time", - description: "Strict adherence to project schedules.", - icon: CalendarClock, - }, + { id: "s1", value: "98%", title: "Referral Rate", description: "Trusted by our partners and clients.", icon: ThumbsUp }, + { id: "s2", value: "100%", title: "On Time", description: "Strict adherence to project schedules.", icon: CalendarClock } ]} />