Update src/app/page.tsx
This commit is contained in:
@@ -44,15 +44,11 @@ export default function SitePage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Hero", id: "hero-section" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about-section" },
|
{ name: "Blog", id: "/blog" },
|
||||||
{ name: "Feature", id: "features-section" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Product", id: "products-section" },
|
|
||||||
{ name: "Testimonial", id: "testimonials-section" },
|
|
||||||
{ name: "Pricing", id: "pricing-section" },
|
|
||||||
{ name: "Contact", id: "contact-section" },
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Shop Now", href: "#products-section" }}
|
button={{ text: "Shop Now", href: "/shop" }}
|
||||||
brandName="Dring Together"
|
brandName="Dring Together"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user