Update src/app/page.tsx

This commit is contained in:
2026-03-05 18:57:43 +00:00
parent 11d9d58869
commit 9ebe25ebe5

View File

@@ -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"
/>