Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2026-02-04 16:57:42 +00:00
Showing only changes of commit f56918e275 - Show all commits

View File

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