Merge version_4 into main #3
@@ -30,14 +30,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Visit", id: "#contact"},
|
||||
]}
|
||||
navItems={[]}
|
||||
brandName="Wellington Bakery"
|
||||
/>
|
||||
</div>
|
||||
@@ -57,12 +50,7 @@ export default function LandingPage() {
|
||||
value: "Daily", label: "Baked Fresh"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
buttons={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -97,10 +85,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="About Wellington Bakery"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More"},
|
||||
]}
|
||||
buttons={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,10 +183,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="460 Wellington Main St"
|
||||
description="Stop by Wellington Bakery fresh every morning."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
buttons={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,4 +216,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user