diff --git a/src/app/our-story/page.tsx b/src/app/our-story/page.tsx new file mode 100644 index 0000000..53c8bc6 --- /dev/null +++ b/src/app/our-story/page.tsx @@ -0,0 +1,42 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import FooterBase from "@/components/sections/footer/FooterBase"; + +export default function OurStoryPage() { + return ( + + + +
+

Our Story

+

Founded in 2015, Epicure Buffet began with a single vision: to transform the way people experience all-you-can-eat dining. We believed that quality shouldn't be sacrificed for variety.

+

Today, we source our ingredients from local farmers and premium global suppliers to bring you a dining experience that feels both indulgent and fresh.

+
+ +
+
+ ); +} \ No newline at end of file