6 Commits

Author SHA1 Message Date
40648f25cd Update src/app/styles/variables.css 2026-02-19 16:09:05 +00:00
2de4b5279a Update src/app/shop/page.tsx 2026-02-19 16:09:04 +00:00
909b79b71b Update src/app/shop/[id]/page.tsx 2026-02-19 16:09:04 +00:00
0c954ebc0f Update src/app/blog/page.tsx 2026-02-19 16:09:02 +00:00
25a2f5a4cf Merge version_4 into main
Merge version_4 into main
2026-02-19 15:56:22 +00:00
a84ddff123 Merge version_4 into main
Merge version_4 into main
2026-02-19 15:55:37 +00:00
4 changed files with 44 additions and 44 deletions

View File

@@ -28,12 +28,12 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Reserve Table", href: "#contact" }} button={{ text: "Reserve Table", href: "#contact" }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"

View File

@@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"
@@ -134,12 +134,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"
@@ -190,12 +190,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"

View File

@@ -38,12 +38,12 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"
@@ -86,12 +86,12 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Koliba Ukrainska" brandName="Koliba Ukrainska"
navItems={[ navItems={[
{ name: "Philosophy", id: "#about" }, { name: "Philosophy", id: "about" },
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "menu" },
{ name: "Banquets", id: "#banquets" }, { name: "Banquets", id: "banquets" },
{ name: "Delivery", id: "#delivery" }, { name: "Delivery", id: "delivery" },
{ name: "About Us", id: "/about" }, { name: "About Us", id: "/about" },
{ name: "Contacts", id: "#contact" } { name: "Contacts", id: "contact" }
]} ]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="rounded-full px-6 py-2" buttonClassName="rounded-full px-6 py-2"

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #010912;;; /* --background: #fff5f0;;;
--card: #152840;;; --card: #ffe8dd;;;
--foreground: #e6f0ff;;; --foreground: #2d1810;;;
--primary-cta: #cee7ff;;; --primary-cta: #e67e50;;;
--secondary-cta: #0e1a29;;; --secondary-cta: #fff5f0;;;
--accent: #3f5c79;;; --accent: #ff9d6f;;;
--background-accent: #004a93;;; */ --background-accent: #ffc299;;; */
--background: #010912;;; --background: #fff5f0;;;
--card: #152840;;; --card: #ffe8dd;;;
--foreground: #e6f0ff;;; --foreground: #2d1810;;;
--primary-cta: #cee7ff;;; --primary-cta: #e67e50;;;
--secondary-cta: #0e1a29;;; --secondary-cta: #fff5f0;;;
--accent: #3f5c79;;; --accent: #ff9d6f;;;
--background-accent: #004a93;;; --background-accent: #ffc299;;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);