diff --git a/src/app/chef/page.tsx b/src/app/chef/page.tsx
new file mode 100644
index 0000000..ccb498a
--- /dev/null
+++ b/src/app/chef/page.tsx
@@ -0,0 +1,90 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
+import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import { Trophy, Star } from "lucide-react";
+
+export default function ChefAuthorityPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..2e4e2cb
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
new file mode 100644
index 0000000..3381047
--- /dev/null
+++ b/src/app/gallery/page.tsx
@@ -0,0 +1,55 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+
+export default function GalleryPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b289984..733866c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,9 +32,10 @@ export default function LandingPage() {
@@ -52,26 +53,11 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[
- { text: "Reserve Table", href: "#contact" },
- { text: "View Signature Cuts", href: "#products" },
+ { text: "Reserve Table", href: "/contact" },
+ { text: "View Signature Cuts", href: "/#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg"
mediaAnimation="blur-reveal"
- avatars={[
- { src: "http://img.b2bpic.net/free-photo/cutting-cooked-steak-food-photography-recipe-ide_53876-144780.jpg", alt: "Gourmet guest 1" },
- { src: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg", alt: "Gourmet guest 2" },
- { src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728032.jpg", alt: "Gourmet guest 3" },
- { src: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728016.jpg", alt: "Gourmet guest 4" },
- { src: "http://img.b2bpic.net/free-photo/tasty-beef-steak-with-salt-pepper-wooden-cutting-board-chef-decorating-meat-with-rosemary-smiling-man-with-bearded-face-gloves-tattoo-his-arm-background_651396-3906.jpg", alt: "Gourmet guest 5" },
- ]}
- avatarText="Trusted by 500+ connoisseurs"
- marqueeItems={[
- { type: "text", text: "Aged Prime Beef" },
- { type: "text", text: "Open Flame Mastery" },
- { type: "text", text: "Precision Temperature" },
- { type: "text", text: "Frankfurt Craft" },
- { type: "text", text: "Culinary Discipline" },
- ]}
/>
@@ -86,102 +72,6 @@ export default function LandingPage() {
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-