diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx deleted file mode 100644 index 4472afd..0000000 --- a/src/app/about/page.tsx +++ /dev/null @@ -1,171 +0,0 @@ -"use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Heart, Clock, Users, AlertTriangle } from 'lucide-react'; - -export default function AboutPage() { - return ( - - - -
- -
- -
-
- -
- -
- -
- -
- - -
- ); -}