diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 48d808f..22f5065 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,109 +9,73 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TextAbout from '@/components/sections/about/TextAbout'; import { Building2 } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index 0a0672b..d198de3 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function CareersPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5e18c75..3728760 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,106 +8,68 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { MapPin, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3bf34..c26a8ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,284 +17,121 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index d0036fe..edaff94 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ProjectsPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 69b7b22..498078f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,83 +6,54 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file