diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index e8aa3b3..078a7f4 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -4,10 +4,12 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import SplitAbout from "@/components/sections/about/SplitAbout";
-import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import { Award, Users, Sparkles } from "lucide-react";
+import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
+import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
+import ContactText from "@/components/sections/contact/ContactText";
+import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
+import { Users, Sparkles, Star } from "lucide-react";
export default function AboutPage() {
return (
@@ -27,70 +29,104 @@ export default function AboutPage() {
+
-
-
+
+
+
+ {
- console.log("Contact form submitted with email:", email);
- alert(`Thank you for your inquiry! We'll be in touch soon at ${email}.`);
- // In a real application, you'd send this to a backend API
- };
-
return (
-
-
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 0dcee73..c1bf611 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -3,12 +3,13 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import HeroSplit from "@/components/sections/hero/HeroSplit";
+import HeroSplit from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
-import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import { Monitor, Code, Search, Sparkles, DollarSign, Wrench, CheckCircle } from "lucide-react";
+import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
+import ContactText from "@/components/sections/contact/ContactText";
+import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
+import { Sparkles, CheckCircle, Rocket, Shield } from "lucide-react";
export default function ServicesPage() {
return (
@@ -28,100 +29,112 @@ export default function ServicesPage() {
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-