diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb11552..e418b87 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Building, Award, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -34,9 +34,9 @@ export default function LandingPage() { { name: "Services", id: "/services"}, { - name: "Testimonials", id: "#testimonials"}, + name: "Testimonials", id: "/#testimonials"}, { - name: "FAQ", id: "#faq"}, + name: "FAQ", id: "/#faq"}, { name: "Contact", id: "/contact"}, ]} @@ -46,97 +46,55 @@ export default function LandingPage() { /> -
- +
-
- + -
- -
-
-
- +
-
-
-
@@ -179,58 +103,35 @@ export default function LandingPage() {