diff --git a/src/App.tsx b/src/App.tsx index 98579b0..8dbd4ad 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,12 +4,14 @@ import HomePage from './pages/HomePage'; import Contact from './pages/Contact'; import Policy from './pages/Policy'; import Terms from './pages/Terms'; +import About from './pages/About'; export default function App() { return ( }> } /> + } /> } /> } /> } /> diff --git a/src/pages/About.tsx b/src/pages/About.tsx index e93c0d7..386bfb0 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -1,43 +1,22 @@ -import HeroSplit from "@/components/sections/hero/HeroSplit"; +"use client"; + import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; -import ChecklistTimeline from "@/components/ui/ChecklistTimeline"; +import { Coffee, Users, Award } from "lucide-react"; export default function About() { return ( -
- + - -
-
- -
-
-
+ ); } \ No newline at end of file