Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ecd66130d | |||
| c76833a157 |
@@ -35,8 +35,6 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "#hero"},
|
name: "Home", id: "#hero"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "About", id: "#about"},
|
||||||
{
|
|
||||||
name: "Menu", id: "#products"},
|
|
||||||
{
|
{
|
||||||
name: "Visit", id: "#contact"},
|
name: "Visit", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
@@ -214,8 +212,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