diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 626f8ee..9fc4ca6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,112 +9,79 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3dcee14..b24d9e9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,137 +8,82 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index e9a924f..d6ec85e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,263 +17,116 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 17f6ae0..faf4d41 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,99 +6,67 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Globe, Palette, Search } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);