Update src/app/page.tsx

This commit is contained in:
2026-02-22 13:40:00 +00:00
parent a42d19df1f
commit 64985fa9ea

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg"
imageAlt="Assortment of fresh Ukrainian breads and pastries"
className="min-h-[75svh] md:min-h-[85svh] lg:min-h-[90svh]"
cardWrapperClassName="shadow-xl rounded-soft border border-gray-200/50"
@@ -104,7 +104,7 @@ export default function LandingPage() {
{
id: "honey-cake", name: "Classic Medovyk", price: "$35.00", variant: "Layers of Honey Goodness", imageSrc: "https://img.b2bpic.net/free-photo/piece-homemade-honey-cake-with-dried-flowers-honey-spoon-wool-tablecloth_114579-17241.jpg", imageAlt: "A slice of layered Ukrainian honey cake (Medovyk)"},
{
id: "kolach", name: "Braided Kolach", price: "$12.00", variant: "Festive & Flavorful", imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg?_wi=2", imageAlt: "A beautifully braided Ukrainian Kolach bread"},
id: "kolach", name: "Braided Kolach", price: "$12.00", variant: "Festive & Flavorful", imageSrc: "https://img.b2bpic.net/free-photo/vertical-view-whole-black-bread-brown-towel-potteries-dark-colors-surface_179666-24652.jpg", imageAlt: "A beautifully braided Ukrainian Kolach bread"},
]}
animationType="slide-up"
textboxLayout="default"