Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-04 16:57:41 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ export default function BlogPage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Our Cakes", id: "products" }, { name: "Our Cakes", id: "/shop" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
@@ -57,7 +57,7 @@ export default function BlogPage() {
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ label: "Our Cakes", href: "#products" }, { label: "Our Cakes", href: "/shop" },
{ label: "Pricing", href: "#pricing" }, { label: "Pricing", href: "#pricing" },
{ label: "Custom Orders", href: "#contact" }, { label: "Custom Orders", href: "#contact" },
{ label: "Gift Certificates", href: "#contact" } { label: "Gift Certificates", href: "#contact" }

View File

@@ -32,7 +32,7 @@ export default function SladkoeshkaPage() {
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Our Cakes", id: "products" }, { name: "Our Cakes", id: "/shop" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
@@ -61,7 +61,7 @@ export default function SladkoeshkaPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Order Now", href: "products" }, { text: "Order Now", href: "/shop" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
/> />
@@ -239,7 +239,7 @@ export default function SladkoeshkaPage() {
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ label: "Our Cakes", href: "#products" }, { label: "Our Cakes", href: "/shop" },
{ label: "Pricing", href: "#pricing" }, { label: "Pricing", href: "#pricing" },
{ label: "Custom Orders", href: "#contact" }, { label: "Custom Orders", href: "#contact" },
{ label: "Gift Certificates", href: "#contact" } { label: "Gift Certificates", href: "#contact" }