Update src/app/page.tsx
This commit is contained in:
@@ -29,13 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Alisa"
|
||||
navItems={[
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "products"
|
||||
text: "Order Now", href: "/shop"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
buttons={[
|
||||
{ text: "Shop Flowers", href: "products" },
|
||||
{ text: "Shop Flowers", href: "/shop" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
/>
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Shop Flowers", href: "products" },
|
||||
{ label: "Shop Flowers", href: "/shop" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Testimonials", href: "testimonials" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user