Merge version_1 into main #2

Merged
development merged 1 commits from version_1 into main 2026-02-06 11:37:03 +00:00

View File

@@ -30,12 +30,12 @@ export default function LandingPage() {
brandName="Honey Bee" brandName="Honey Bee"
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Products", id: "products" }, { name: "Products", id: "/shop" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Shop Now", href: "products" text: "Shop Now", href: "/shop"
}} }}
/> />
</div> </div>
@@ -50,7 +50,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg" imageSrc="https://img.b2bpic.net/free-photo/high-view-bowls-mugs-pottery-concept_23-2148679111.jpg"
imageAlt="Beautiful collection of artisanal ceramic cups" imageAlt="Beautiful collection of artisanal ceramic cups"
buttons={[ buttons={[
{ text: "Shop Our Collection", href: "products" }, { text: "Shop Our Collection", href: "/shop" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
/> />
@@ -194,9 +194,9 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ label: "All Products", href: "products" }, { label: "All Products", href: "/shop" },
{ label: "Featured Items", href: "products" }, { label: "Featured Items", href: "/shop" },
{ label: "Gift Sets", href: "products" } { label: "Gift Sets", href: "/shop" }
] ]
}, },
{ {