Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 147533d342 | |||
| be48b22937 | |||
| 2ecd66130d | |||
| c76833a157 |
@@ -30,16 +30,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[]}
|
||||||
{
|
|
||||||
name: "Home", id: "#hero"},
|
|
||||||
{
|
|
||||||
name: "About", id: "#about"},
|
|
||||||
{
|
|
||||||
name: "Menu", id: "#products"},
|
|
||||||
{
|
|
||||||
name: "Visit", id: "#contact"},
|
|
||||||
]}
|
|
||||||
brandName="Wellington Bakery"
|
brandName="Wellington Bakery"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -59,12 +50,7 @@ export default function LandingPage() {
|
|||||||
value: "Daily", label: "Baked Fresh"},
|
value: "Daily", label: "Baked Fresh"},
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{
|
|
||||||
text: "View Menu", href: "#products"},
|
|
||||||
{
|
|
||||||
text: "Visit Us", href: "#contact"},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -99,10 +85,7 @@ export default function LandingPage() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="About Wellington Bakery"
|
title="About Wellington Bakery"
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{
|
|
||||||
text: "Learn More"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,10 +183,7 @@ export default function LandingPage() {
|
|||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="460 Wellington Main St"
|
title="460 Wellington Main St"
|
||||||
description="Stop by Wellington Bakery fresh every morning."
|
description="Stop by Wellington Bakery fresh every morning."
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{
|
|
||||||
text: "Get Directions", href: "https://maps.google.com"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -214,8 +194,6 @@ export default function LandingPage() {
|
|||||||
title: "Bakery", items: [
|
title: "Bakery", items: [
|
||||||
{
|
{
|
||||||
label: "Our Story", href: "#about"},
|
label: "Our Story", href: "#about"},
|
||||||
{
|
|
||||||
label: "Menu", href: "#products"},
|
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact", href: "#contact"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user