Merge version_1 into main #2
@@ -35,13 +35,13 @@ export default function BlogPage() {
|
||||
brandName="Lviv Bakery"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Menu", id: "/#products" },
|
||||
{ name: "About Us", id: "/#about" },
|
||||
{ name: "Reviews", id: "/#testimonials" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
button={{ text: "Order Now", href: "/#contact" }}
|
||||
className="py-4 px-6"
|
||||
buttonClassName="px-5 py-2"
|
||||
buttonTextClassName="font-semibold"
|
||||
@@ -69,19 +69,19 @@ export default function BlogPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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="Ukrainian pastries on display in a bakery"
|
||||
columns={[
|
||||
{
|
||||
title: "Bakery", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
{ label: "Our Story", href: "/#about" },
|
||||
{ label: "Products", href: "/#products" },
|
||||
{ label: "FAQs", href: "/#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "/#contact" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/lvivbakery" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/lvivbakery" },
|
||||
],
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
description="Experience the warmth of tradition with our freshly baked breads, pastries, and desserts, crafted with love and age-old recipes."
|
||||
tag="Welcome Home"
|
||||
buttons={[{text:"View Our Menu",href:"#products"},{text:"Find Us",href:"#contact"}]}
|
||||
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="Cozy Ukrainian bakery interior with freshly baked goods"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
@@ -78,15 +78,15 @@ export default function LandingPage() {
|
||||
title="Our Delicious Offerings"
|
||||
description="From fluffy Paska to savory Pirozhki, discover a world of authentic Ukrainian flavors baked fresh daily."
|
||||
tag="Freshly Baked"
|
||||
products={[{id:"1",name:"Paska (Easter Bread)",price:"$18.00",imageSrc:"https://img.b2bpic.net/free-photo/side-close-up-view-cupcakes-cake-appetizing-cupcakes-cake-cutting-board_140725-122889.jpg",imageAlt:"Traditional Ukrainian Easter bread, Paska"},{id:"2",name:"Pirozhki (Savory Buns)",price:"$4.50 ea",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=1",imageAlt:"Assortment of freshly baked Pirozhki"},{id:"3",name:"Medivnyk (Honey Cake)",price:"$7.00/slice",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg?_wi=1",imageAlt:"Slice of Ukrainian Honey Cake, Medivnyk"},{id:"4",name:"Deruny (Potato Pancakes)",price:"$6.00",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=2",imageAlt:"Traditional Ukrainian potato pancakes, Deruny"},{id:"5",name:"Syrnyky (Cheese Pancakes)",price:"$5.50",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg?_wi=2",imageAlt:"Sweet Ukrainian cheese pancakes, Syrnyky"}]}
|
||||
products={[{id:"1",name:"Paska (Easter Bread)",price:"$18.00",imageSrc:"https://img.b2bpic.net/free-photo/side-close-up-view-cupcakes-cake-appetizing-cupcakes-cake-cutting-board_140725-122889.jpg",imageAlt:"Traditional Ukrainian Easter bread, Paska"},{id:"2",name:"Pirozhki (Savory Buns)",price:"$4.50 ea",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg",imageAlt:"Assortment of freshly baked Pirozhki"},{id:"3",name:"Medivnyk (Honey Cake)",price:"$7.00/slice",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg",imageAlt:"Slice of Ukrainian Honey Cake, Medivnyk"},{id:"4",name:"Deruny (Potato Pancakes)",price:"$6.00",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg",imageAlt:"Traditional Ukrainian potato pancakes, Deruny"},{id:"5",name:"Syrnyky (Cheese Pancakes)",price:"$5.50",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg",imageAlt:"Sweet Ukrainian cheese pancakes, Syrnyky"}]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Products section displaying Ukrainian baked goods"
|
||||
cardClassName="bg-card rounded-pill border border-card/80 transition-transform duration-300 hover:scale-[1.02]"
|
||||
titleClassName="text-6xl text-foreground font-normal"
|
||||
descriptionClassName="text-foreground/90"
|
||||
textBoxTitleClassName="text-6xl text-foreground font-normal"
|
||||
textBoxDescriptionClassName="text-foreground/90"
|
||||
cardNameClassName="text-foreground font-semibold"
|
||||
cardPriceClassName="text-primary-cta text-2xl"
|
||||
/>
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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="Ukrainian pastries on display in a bakery"
|
||||
columns={[{title:"Bakery",items:[{label:"Our Story",href:"#about"},{label:"Products",href:"#products"},{label:"FAQs",href:"#faq"}]},{title:"Connect",items:[{label:"Contact Us",href:"#contact"},{label:"Instagram",href:"https://www.instagram.com/lvivbakery"},{label:"Facebook",href:"https://www.facebook.com/lvivbakery"}]}]}
|
||||
logoText="Lviv Bakery"
|
||||
|
||||
@@ -210,11 +210,11 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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="Ukrainian pastries on display in a bakery"
|
||||
columns={[
|
||||
{ title: "Bakery", items: [{ label: "Our Story", href: "#about" }, { label: "Products", href: "#products" }, { label: "FAQs", href: "#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
||||
{ title: "Bakery", items: [{ label: "Our Story", href: "/#about" }, { label: "Products", href: "/#products" }, { label: "FAQs", href: "/#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
||||
]}
|
||||
logoText="Lviv Bakery"
|
||||
copyrightText="© 2024 Lviv Bakery. All rights reserved."
|
||||
|
||||
@@ -127,11 +127,11 @@ function ShopPageContent() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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="Ukrainian pastries on display in a bakery"
|
||||
columns={[
|
||||
{ title: "Bakery", items: [{ label: "Our Story", href: "#about" }, { label: "Products", href: "#products" }, { label: "FAQs", href: "#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
||||
{ title: "Bakery", items: [{ label: "Our Story", href: "/#about" }, { label: "Products", href: "/#products" }, { label: "FAQs", href: "/#faq" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "Instagram", href: "https://www.instagram.com/lvivbakery" }, { label: "Facebook", href: "https://www.facebook.com/lvivbakery" }] }
|
||||
]}
|
||||
logoText="Lviv Bakery"
|
||||
copyrightText="© 2024 Lviv Bakery. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user