Merge version_1 into main #2
@@ -27,15 +27,10 @@ export default function BlogPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Hero", id: "hero-section" },
|
{ name: "Blog", id: "/blog" },
|
||||||
{ name: "About", id: "about-section" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ 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" },
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Shop Now", href: "#products-section" }}
|
button={{ text: "Shop Now", href: "/shop" }}
|
||||||
brandName="Dring Together"
|
brandName="Dring Together"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,6 +42,7 @@ export default function BlogPage() {
|
|||||||
) : (
|
) : (
|
||||||
<div id="blog" data-section="blog">
|
<div id="blog" data-section="blog">
|
||||||
<BlogCardTwo
|
<BlogCardTwo
|
||||||
|
posts={posts}
|
||||||
title="Latest Articles"
|
title="Latest Articles"
|
||||||
description="Insights and updates from our team"
|
description="Insights and updates from our team"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user