diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed42bf2..ce5208b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,9 +6,9 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { FileText, MessageSquare, Phone } from "lucide-react"; +import { FileText, MessageSquare, Phone, ShieldAlert } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
-
+
+
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index e73800f..ea37803 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,340 +26,133 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bacd74a..30d79cc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Check, ShieldCheck, Wrench, Zap } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);