diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0d5a0d8..b898d54 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Award, ShieldCheck } from "lucide-react"; +import TextAbout from '@/components/sections/about/TextAbout'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function AboutPage() { return ( @@ -23,48 +21,32 @@ export default function AboutPage() { headingFontWeight="normal" > - - -
- -
- -
- + +
+
+ ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ac72d2f..8e518da 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,10 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { BarChart2, Wrench } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ContactPage() { return ( @@ -22,54 +21,33 @@ export default function ContactPage() { headingFontWeight="normal" > - - -
- -
- -
- + +
+
+ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa261b..1f93220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() {