+
+
+
+
+
+
+
+
+
+ console.log('Newsletter signup:', email)}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/directions/page.tsx b/src/app/directions/page.tsx
new file mode 100644
index 0000000..f4a4672
--- /dev/null
+++ b/src/app/directions/page.tsx
@@ -0,0 +1,155 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
+import FaqBase from '@/components/sections/faq/FaqBase';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+
+export default function DirectionsPage() {
+ return (
+