Update src/app/page.tsx
This commit is contained in:
@@ -31,6 +31,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{name: "Home", id: "hero"},
|
{name: "Home", id: "hero"},
|
||||||
{name: "Products", id: "products"},
|
{name: "Products", id: "products"},
|
||||||
|
{name: "Shop", id: "/shop"},
|
||||||
{name: "About", id: "about"},
|
{name: "About", id: "about"},
|
||||||
{name: "Testimonials", id: "testimonials"},
|
{name: "Testimonials", id: "testimonials"},
|
||||||
{name: "Contact", id: "contact"}
|
{name: "Contact", id: "contact"}
|
||||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Discover the beauty of fresh, handcrafted floral arrangements. From elegant roses to vibrant sunflowers, we bring nature's finest blooms to your doorstep with care and passion."
|
description="Discover the beauty of fresh, handcrafted floral arrangements. From elegant roses to vibrant sunflowers, we bring nature's finest blooms to your doorstep with care and passion."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Shop Now", href: "/shop" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
@@ -234,7 +235,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
{ label: "All Arrangements", href: "#products" },
|
{ label: "All Arrangements", href: "/shop" },
|
||||||
{ label: "Collections", href: "#feature" },
|
{ label: "Collections", href: "#feature" },
|
||||||
{ label: "Custom Orders", href: "#contact" }
|
{ label: "Custom Orders", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user