Update src/app/our-story/page.tsx
This commit is contained in:
@@ -4,23 +4,24 @@ 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";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function OurStoryPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Epicure Buffet"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "/ #menu" },
|
||||
{ name: "Pricing", id: "/ #pricing" },
|
||||
{ name: "Our Story", id: "/our-story" },
|
||||
{ name: "Careers", id: "/careers" },
|
||||
{ name: "Contact Us", id: "/contact-us" },
|
||||
]}
|
||||
button={{ text: "Book Now", href: "/ #contact" }}
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Epicure Buffet"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "/ #menu" },
|
||||
{ name: "Pricing", id: "/ #pricing" },
|
||||
{ name: "Our Story", id: "/our-story" },
|
||||
{ name: "Careers", id: "/careers" },
|
||||
{ name: "Contact Us", id: "/contact-us" },
|
||||
]}
|
||||
button={{ text: "Book Now", href: "/ #contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 px-6 max-w-4xl mx-auto min-h-screen">
|
||||
<h1 className="text-5xl font-bold mb-8">Our Story</h1>
|
||||
<p className="text-lg mb-6 leading-relaxed">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.</p>
|
||||
|
||||
Reference in New Issue
Block a user