From 221a4543087a7409fa2dbb04f352abdc6ffe1f34 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:12:02 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 110 +++++--------------------------------- 1 file changed, 12 insertions(+), 98 deletions(-) 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() {