diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 89b88e9..852ac2b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -2,12 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 96b2202..a045107 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -2,13 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
-import { Tag } from "lucide-react";
+import { Beef, Carrot, Coffee, Cookie, IceCream, Utensils } from "lucide-react";
-export default function LandingPage() {
+export default function MenuPage() {
return (
-
+
+
+
Our Delicious Menu
-
@@ -89,7 +97,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Order Now", href: "/menu"},
+ text: "Order Now", href: "/order"},
{
text: "Find a Restaurant", href: "/locations"},
]}
@@ -238,6 +246,8 @@ export default function LandingPage() {
columns={[
{
title: "Menu", items: [
+ {
+ label: "Order Now", href: "/order"},
{
label: "Burgers", href: "/menu#burgers"},
{
@@ -282,6 +292,10 @@ export default function LandingPage() {
label: "Rewards", href: "/rewards"},
{
label: "Mobile App", href: "/app"},
+ {
+ label: "Reviews", href: "/reviews"},
+ {
+ label: "Gallery", href: "/gallery"},
{
label: "Instagram", href: "https://instagram.com"},
{