diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da44fa6..4e9e293 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,31 +14,15 @@ const navItems = [ export default function AboutPage() { return ( - +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a228de..d1d8cc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwen import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Home, FileText, Award } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, @@ -17,73 +16,24 @@ const navItems = [ export default function HomePage() { return ( - +
- +
- +
- +
- +
);