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() { @@ -86,102 +72,6 @@ export default function LandingPage() { /> -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-