Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
title="Our Story: Where Tradition Meets Taste"
|
||||
description="At Смачна Випічка, we are passionate about preserving the culinary art of Ukraine. Every loaf, pastry, and cake is a testament to generations of baking wisdom, crafted with the finest ingredients and heartfelt dedication. We invite you to taste the tradition."
|
||||
tag="About Us"
|
||||
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="Traditional Ukrainian bakery interior with a baker"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{'text':'See Our Process','href':'#contact'}]}
|
||||
@@ -69,10 +69,16 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
title="Our Delicious Offerings"
|
||||
description="Discover a delightful array of traditional Ukrainian baked goods, from savory staples to sweet treats. Each item is a piece of our heritage, baked fresh daily."
|
||||
tag="Handcrafted Delights"
|
||||
products={[{'id':'1','name':'Golden Babka','price':'$18.00','imageSrc':'https://img.b2bpic.net/free-photo/close-up-view-delicious-sweet-bread-with-coffee_23-2148695040.jpg','imageAlt':'Ukrainian Babka, sweet braided bread'},{'id':'2','name':'Savory Pampushky','price':'$9.50','imageSrc':'https://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-light-surface-tea-dessert-pie-sugar-fruit-biscuit-cookie-sweet-cake_179666-17705.jpg','imageAlt':'Ukrainian garlic buns, Pampushky'},{'id':'3','name':'Sweet Varenyky','price':'$12.00','imageSrc':'https://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg','imageAlt':'Ukrainian cherry Varenyky dumplings'}]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
titleClassName="text-balance"
|
||||
descriptionClassName="max-w-xl"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
textBoxTitleClassName="text-balance"
|
||||
textBoxDescriptionClassName="max-w-xl"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -87,8 +93,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
titleClassName="text-balance"
|
||||
descriptionClassName="max-w-xl"
|
||||
textBoxTitleClassName="text-balance"
|
||||
textBoxDescriptionClassName="max-w-xl"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -103,8 +109,8 @@ export default function LandingPage() {
|
||||
animationType="smooth"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
titleClassName="text-balance"
|
||||
descriptionClassName="max-w-xl"
|
||||
textBoxTitleClassName="text-balance"
|
||||
textBoxDescriptionClassName="max-w-xl"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -115,7 +121,7 @@ export default function LandingPage() {
|
||||
textarea={{'name':'message','placeholder':'Your Message or Order Details...','rows':5,'required':true}}
|
||||
buttonText="Send Message"
|
||||
useInvertedBackground={false}
|
||||
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="Exterior of a traditional Ukrainian bakery"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -127,7 +133,7 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
logoText="Смачна Випічка"
|
||||
copyrightText="© 2024 Смачна Випічка. All rights reserved."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/top-view-fresh-bread-with-milk-eggs-dark-blue-surface_179666-44600.jpg"
|
||||
imageAlt="Traditional Ukrainian baking tools"
|
||||
columns={[{'title':'Menu','items':[{'label':'Babka','href':'#products'},{'label':'Pampushky','href':'#products'},{'label':'Varenyky','href':'#products'}]},{'title':'Bakery','items':[{'label':'Our Story','href':'#about'},{'label':'FAQ','href':'#faq'},{'label':'Contact','href':'#contact'}]}]}
|
||||
mediaClassName="h-80"
|
||||
|
||||
Reference in New Issue
Block a user