Update src/app/page.tsx

This commit is contained in:
2026-02-25 11:38:43 +00:00
parent 5598ef7301
commit 1d9cd04389

View File

@@ -44,15 +44,11 @@ export default function SitePage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Hero", id: "hero-section" },
{ name: "About", id: "about-section" },
{ name: "Feature", id: "features-section" },
{ name: "Product", id: "products-section" },
{ name: "Testimonial", id: "testimonials-section" },
{ name: "Pricing", id: "pricing-section" },
{ name: "Contact", id: "contact-section" },
{ name: "Home", id: "/" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Shop Now", href: "#products-section" }}
button={{ text: "Shop Now", href: "/shop" }}
brandName="Dring Together"
/>
</div>