From d3713cda53765fbc3134e464a23dbb647312d29c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:29:47 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 328 +++++++++++------------------------------ 1 file changed, 86 insertions(+), 242 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6469a4d..3d57902 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardFour from '@/components/sections/feature/FeatureCardFour'; import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroFull from '@/components/sections/hero/HeroFull'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Briefcase, Building, Diamond, Eye, Heart, Instagram, Lightbulb, LineChart, Linkedin, Mail, Shield, Star, Twitter, Users } from "lucide-react"; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; +import { ArrowRight, Book, Globe, Lightbulb, Mail, MessageCircle, Quote, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,40 +30,13 @@ export default function LandingPage() { -
- +
-
- +
-
- +
-
- + +
+ +
+
@@ -285,54 +150,33 @@ export default function LandingPage() { Date: Wed, 25 Mar 2026 07:29:47 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 230 +++++++++++++-------------------------- 1 file changed, 75 insertions(+), 155 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7a2fdc2..b421adb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactForm from '@/components/sections/contact/ContactForm'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroContact from '@/components/sections/hero/HeroContact'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { ArrowRight, HelpCircle } from "lucide-react"; +import { ArrowRight, Mail, Phone, Pin, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -28,40 +28,13 @@ export default function LandingPage() { -
- -
- -
- -
- -
- + +
+ +
+ +
+ +
+ @@ -169,54 +110,33 @@ export default function LandingPage() {