From 1be31dd95fca1a9a6512e7c1fcc830bea405553d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:31:44 +0000 Subject: [PATCH] Switch to version 3: added src/app/our-story/page.tsx --- src/app/our-story/page.tsx | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/app/our-story/page.tsx 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