Update src/app/story/page.tsx
This commit is contained in:
@@ -2,23 +2,23 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
|
||||
export default function StoryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -27,12 +27,11 @@ export default function StoryPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Our Story", id: "/story" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Reserve", id: "/reserve" },
|
||||
{ name: "Reserve", id: "/reserve" }
|
||||
]}
|
||||
brandName="Borgo C"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
@@ -41,16 +40,11 @@ export default function StoryPage() {
|
||||
title="Our Roots"
|
||||
description="Since 2011 in Lei King Wan."
|
||||
features={[
|
||||
{
|
||||
id: "story1", title: "The Beginning", author: "Borgo C Team", description: "Started as a small local kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164908.jpg", tags: ["History"]
|
||||
},
|
||||
{
|
||||
id: "story2", title: "Our Philosophy", author: "Founder", description: "Bringing people together through home-style meals.", imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg", tags: ["Values"]
|
||||
}
|
||||
{ id: "story1", title: "The Beginning", author: "Borgo C Team", description: "Started as a small local kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164908.jpg", tags: ["History"] },
|
||||
{ id: "story2", title: "Our Philosophy", author: "Founder", description: "Bringing people together through home-style meals.", imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg", tags: ["Values"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user