Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-22 17:01:15 +00:00
4 changed files with 30 additions and 46 deletions

View File

@@ -34,13 +34,10 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Смачно Bakery"
button={{ text: "Order Now", href: "contact" }}
button={{ text: "Order Now", href: "/" }}
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="text-center"
className="z-50"
@@ -70,23 +67,21 @@ export default function BlogPage() {
columns={[
{
title: "Bakery", items: [
{ label: "Our Story", href: "about" },
{ label: "Menu", href: "menu" },
{ label: "Contact Us", href: "contact" },
{ label: "Home", href: "/" },
{ label: "Shop", href: "/shop" }
],
},
{
title: "Support", items: [
{ label: "FAQ", href: "faq" },
{ label: "FAQ", href: "/" },
{ label: "Shipping", href: "#" },
],
},
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -44,7 +44,7 @@ export default function SitePage() {
<HeroSplit
title="Смачно Bakery"
description="Experience the rich tradition and exquisite flavors of authentic Ukrainian baked goods, crafted with love and age-old recipes."
background={{ variant: 'aurora' }}
background={{ variant: 'glowing-orb' }}
buttons={[{ text: "Our Menu", href: "menu" }, { text: "Contact Us", href: "contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/baker-holding-fresh-bread-hands_169016-1421.jpg"
imageAlt="Traditional Ukrainian bread and pastries on a rustic table"
@@ -74,19 +74,17 @@ export default function SitePage() {
title="Our Traditional Delights"
description="From sweet Paska to savory Pyrizhky, explore our authentic selection of Ukrainian baked goods."
products={[
{ id: "paska", name: "Paska", price: "$25.00", imageSrc: "https://img.b2bpic.net/free-photo/sultana-pie-slices-blue-checked-towel_114579-61932.jpg?_wi=1", imageAlt: "Beautifully decorated Ukrainian Easter bread, Paska" },
{ id: "pyrizhky", name: "Pyrizhky", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=1", imageAlt: "Assortment of savory Ukrainian pyrizhky pastries" },
{ id: "honey-cake", name: "Medovyk (Honey Cake)", price: "$35.00", imageSrc: "https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-131.jpg?_wi=1", imageAlt: "Delicious multi-layered Ukrainian honey cake, Medovyk" },
{ id: "varenyky-pies", name: "Varenyky (Sweet Pies)", price: "$6.00", imageSrc: "https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=2", imageAlt: "Sweet varenyky pies with fruit filling" },
{ id: "nalysnyky", name: "Nalysnyky (Crepes)", price: "$8.00", imageSrc: "https://img.b2bpic.net/free-photo/sultana-pie-slices-blue-checked-towel_114579-61932.jpg?_wi=2", imageAlt: "Thin Ukrainian crepes filled with cottage cheese" },
{ id: "kolach", name: "Kolach (Braided Bread)", price: "$18.00", imageSrc: "https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-131.jpg?_wi=2", imageAlt: "Round braided Ukrainian bread, Kolach" }
{ id: "paska", name: "Paska", price: "$25.00", imageSrc: "https://img.b2bpic.net/free-photo/sultana-pie-slices-blue-checked-towel_114579-61932.jpg", imageAlt: "Beautifully decorated Ukrainian Easter bread, Paska" },
{ id: "pyrizhky", name: "Pyrizhky", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg", imageAlt: "Assortment of savory Ukrainian pyrizhky pastries" },
{ id: "honey-cake", name: "Medovyk (Honey Cake)", price: "$35.00", imageSrc: "https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-131.jpg", imageAlt: "Delicious multi-layered Ukrainian honey cake, Medovyk" },
{ id: "varenyky-pies", name: "Varenyky (Sweet Pies)", price: "$6.00", imageSrc: "https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg", imageAlt: "Sweet varenyky pies with fruit filling" },
{ id: "nalysnyky", name: "Nalysnyky (Crepes)", price: "$8.00", imageSrc: "https://img.b2bpic.net/free-photo/sultana-pie-slices-blue-checked-towel_114579-61932.jpg", imageAlt: "Thin Ukrainian crepes filled with cottage cheese" },
{ id: "kolach", name: "Kolach (Braided Bread)", price: "$18.00", imageSrc: "https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-131.jpg", imageAlt: "Round braided Ukrainian bread, Kolach" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-foreground"
descriptionClassName="text-foreground"
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -103,8 +101,6 @@ export default function SitePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-foreground"
descriptionClassName="text-foreground"
/>
</div>
<div id="contact" data-section="contact">
@@ -116,7 +112,7 @@ export default function SitePage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Your Order / Message", rows: 5, required: true }}
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Interior of a cozy Ukrainian bakery with fresh bread"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -140,8 +136,6 @@ export default function SitePage() {
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-foreground"
descriptionClassName="text-foreground"
/>
</div>
<div id="footer" data-section="footer">
@@ -152,7 +146,7 @@ export default function SitePage() {
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=2"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
/>
</div>

View File

@@ -108,14 +108,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=6"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -165,14 +164,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=7"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -246,14 +244,13 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=8"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -75,14 +75,13 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -146,14 +145,13 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "about" }, { label: "Menu", href: "menu" }, { label: "Contact Us", href: "contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Shipping", href: "#" }] }
{ title: "Bakery", items: [{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/" }, { label: "Shipping", href: "#" }] }
]}
logoText="Смачно Bakery"
copyrightText="© 2024 Смачно Bakery. All rights reserved."
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=5"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Warm and inviting interior of a traditional Ukrainian bakery"
useInvertedBackground={false}
/>
</div>
</ReactLenis>