diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index 5f7f9ec..93dd1f2 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -1,38 +1,35 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import TestimonialQuoteCards from "@/components/sections/testimonial/TestimonialQuoteCards"; export default function AboutPage() { return ( -
- - + - -
+ ); }