Update src/app/page.tsx
This commit is contained in:
@@ -29,11 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Artisan Coffee Co."
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Story", id: "metrics" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "https://example.com/shop"
|
||||
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
imageAlt="Specialty coffee brewing"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "#products" },
|
||||
{ text: "Learn Our Story", href: "#about" }
|
||||
{ text: "Explore Collection", href: "/products" },
|
||||
{ text: "Learn Our Story", href: "/about" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user