diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78a70f2..641feb0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Activity, ShieldCheck, Zap } from 'lucide-react'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index af63cd7..ef73b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,208 +6,99 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SplitAbout from '@/components/sections/about/SplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 87d6edc..37aacf8 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { MapPin } from 'lucide-react'; -export default function LandingPage() { +export default function ServiceAreaPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 6136065..415bfa4 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -6,7 +6,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function WorkPage() { return ( - + - + - + ); -} +} \ No newline at end of file