Update src/app/page.tsx
This commit is contained in:
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Custom Cakes", id: "custom" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
@@ -236,7 +237,8 @@ export default function LandingPage() {
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "Gallery", href: "#gallery" }
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
{ label: "Shop", href: "/products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -262,4 +264,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user