diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ceadf4..881aaf5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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"
/>
@@ -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"
/>
@@ -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() {