diff --git a/src/app/draft/page.tsx b/src/app/draft/page.tsx new file mode 100644 index 0000000..d8f1da7 --- /dev/null +++ b/src/app/draft/page.tsx @@ -0,0 +1,40 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function DraftPreviewPage() { + return ( + + + +
+

Client Preview Draft

+

This is a non-indexed staging version of the restaurant website. Please review the layout and content before final approval for publication.

+
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c804bf..05446dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Dishes", id: "features" }, { name: "Contact", id: "contact" }, + { name: "Draft", id: "draft" } ]} brandName="Aura Dining" />