diff --git a/src/app/page.tsx b/src/app/page.tsx index 964ac55..49c7902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function ViennaBakeryPage() { tag="Artisanal Baking Since 1995" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg" imageAlt="Vienna Bakery storefront with fresh bread display" buttons={[ { text: "Order Online", href: "contact" }, @@ -77,7 +77,8 @@ export default function ViennaBakeryPage() { title: "Daily Fresh Baking", description: "Every product baked fresh each morning in our traditional ovens", icon: Flame, }, { - title: "Sustainable Practices", description: "Committed to eco-friendly packaging and local sourcing"}, + title: "Sustainable Practices", description: "Committed to eco-friendly packaging and local sourcing" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg" imageAlt="Vienna Bakery bakers at work" @@ -99,11 +100,14 @@ export default function ViennaBakeryPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Premium Quality Ingredients", description: "We source only the finest organic ingredients from trusted suppliers across Europe", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-white-background-color-dough-pie-hotcake-biscuit-photo_140725-158330.jpg", imageAlt: "Premium baking ingredients"}, + id: "01", title: "Premium Quality Ingredients", description: "We source only the finest organic ingredients from trusted suppliers across Europe", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-white-background-color-dough-pie-hotcake-biscuit-photo_140725-158330.jpg", imageAlt: "Premium baking ingredients" + }, { - id: "02", title: "Baked Fresh Daily", description: "Everything is baked fresh every morning in our traditional stone ovens", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-bread_23-2149638016.jpg", imageAlt: "Fresh baking process"}, + id: "02", title: "Baked Fresh Daily", description: "Everything is baked fresh every morning in our traditional stone ovens", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-bread_23-2149638016.jpg", imageAlt: "Fresh baking process" + }, { - id: "03", title: "Traditional Recipes", description: "Time-tested European recipes perfected over decades of baking expertise", imageSrc: "http://img.b2bpic.net/free-photo/diverse-fresh-bread_169016-1419.jpg", imageAlt: "Traditional baking methods"}, + id: "03", title: "Traditional Recipes", description: "Time-tested European recipes perfected over decades of baking expertise", imageSrc: "http://img.b2bpic.net/free-photo/diverse-fresh-bread_169016-1419.jpg", imageAlt: "Traditional baking methods" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -152,16 +156,20 @@ export default function ViennaBakeryPage() { testimonials={[ { id: "1", name: "Maria Schmidt", handle: "@mariaschm", testimonial: "The sourdough from Vienna Bakery is absolutely incredible! The crust is perfectly crispy and the flavor is authentic. I've been a customer for three years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Schmidt"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Schmidt" + }, { id: "2", name: "Michael König", handle: "@mikekoenig", testimonial: "Every morning I pick up fresh croissants for my family. The quality is unmatched and the staff is always friendly. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "Michael König"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", imageAlt: "Michael König" + }, { id: "3", name: "Elisabeth Weber", handle: "@eweberlife", testimonial: "I ordered their chocolate cake for my daughter's birthday and it was a hit! So moist, rich, and delicious. Best bakery in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Elisabeth Weber"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", imageAlt: "Elisabeth Weber" + }, { id: "4", name: "Hans Mueller", handle: "@hansmueller", testimonial: "Vienna Bakery brings back memories of my childhood in Austria. The quality and taste are authentic. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman_1098-136.jpg", imageAlt: "Hans Mueller"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman_1098-136.jpg", imageAlt: "Hans Mueller" + }, ]} animationType="slide-up" buttons={[{ text: "Join Our Family", href: "contact" }]} @@ -176,9 +184,9 @@ export default function ViennaBakeryPage() { tagAnimation="slide-up" title="Order Your Fresh Baked Goods Today" description="Subscribe to our newsletter for exclusive offers, new product announcements, and baking tips from our expert team. Plus, get 10% off your first order!" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985067.jpg" imageAlt="Vienna Bakery interior" mediaAnimation="slide-up" mediaPosition="right"