diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
new file mode 100644
index 0000000..7ec3911
--- /dev/null
+++ b/src/app/features/page.tsx
@@ -0,0 +1,47 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
+
+export default function FeaturesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50a3c5f..aacfa20 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,11 @@ export default function LandingPage() {
@@ -47,13 +44,11 @@ export default function LandingPage() {
@@ -182,19 +155,8 @@ export default function LandingPage() {
logoText="LATITUDE"
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design_23-2148766150.jpg"
columns={[
- {
- title: "Explore", items: [
- { label: "Menu", href: "#menu" },
- { label: "Events", href: "#about" },
- { label: "Reservations", href: "#contact" }
- ]
- },
- {
- title: "Legal", items: [
- { label: "Privacy Policy", href: "#" },
- { label: "Terms of Service", href: "#" }
- ]
- }
+ { title: "Explore", items: [{ label: "Features", href: "/features" }, { label: "Menu", href: "#menu" }, { label: "Reservations", href: "#contact" }] },
+ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2025 Latitude Cafe. All Rights Reserved."
/>