diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 126b4ab..697a4cd 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import { Clock, ShieldCheck } from "lucide-react"; -export default function LandingPage() { +export default function ProjectsPage() { return ( @@ -47,48 +38,9 @@ export default function LandingPage() { @@ -101,16 +53,8 @@ export default function LandingPage() { title="Quality Assurance" description="Every project we undertake is backed by our promise of quality and durability." features={[ - { - icon: ShieldCheck, - title: "Licensed Professionals", - description: "All our team members are fully licensed.", - }, - { - icon: Clock, - title: "On Time Delivery", - description: "We stick to our schedule.", - }, + { icon: ShieldCheck, title: "Licensed Professionals", description: "All our team members are fully licensed." }, + { icon: Clock, title: "On Time Delivery", description: "We stick to our schedule." }, ]} /> @@ -118,38 +62,8 @@ export default function LandingPage() {