diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3682d9f..f6f53fe 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -5,7 +5,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { Users, Award, TrendingUp } from "lucide-react";
export default function AboutPage() {
return (
@@ -17,65 +16,46 @@ export default function AboutPage() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
- primaryButtonStyle="metallic"
+ primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
-
-
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4867213..c07fe69 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -3,7 +3,7 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import ContactSplit from "@/components/sections/contact/ContactSplit";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
export default function ContactPage() {
@@ -16,61 +16,41 @@ export default function ContactPage() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
- primaryButtonStyle="metallic"
+ primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
-
-
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 671054e..0882743 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -3,45 +3,53 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FooterBase from "@/components/sections/footer/FooterBase";
export default function ReviewsPage() {
return (
-
+
-
-
-
+
+
+
+
+
+
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 572c5fa..766cbe0 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -3,47 +3,56 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import FeatureBento from "@/components/sections/feature/FeatureBento";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { Search, Monitor, Palette } from "lucide-react";
export default function ServicesPage() {
return (
-
+
-
-
-
+
+
+
+
+
+