Merge version_1 into main #2

Merged
bender merged 7 commits from version_1 into main 2026-02-25 11:33:42 +00:00
Showing only changes of commit 9f6cfe5411 - Show all commits

View File

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