diff --git a/app/about/page.tsx b/app/about/page.tsx index 2d043e6..8005435 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,29 +1,12 @@ +import { Navigation } from '@/components/ui/Navigation'; +import { Footer } from '@/components/ui/Footer'; import Link from 'next/link'; -import { Calendar, ArrowLeft, Heart, Users, MapPin } from 'lucide-react'; +import { Heart, Users, MapPin } from 'lucide-react'; export default function AboutPage() { return (
- {/* Header */} -
-
-
- -
- -
-

LocalLoop

- - - - Back to Home - -
-
-
+ {/* Main Content */}
@@ -120,6 +103,7 @@ export default function AboutPage() {
+