From 08b012aa090dfc38a7fd317fae15d6aecb167bdc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:23:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++++++----------------------------------- 1 file changed, 59 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94b9ba8..28dfb94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,98 +45,55 @@ export default function LandingPage() { @@ -154,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Bakery" description="Way Bakery was born from a simple belief: that good bread takes time. We bake in small batches, with seasonal ingredients, in the neighbourhood we love. Kallio keeps us honest. \n\nOur kitchen runs on instinct and tradition, focusing on the crumb, the crust, and the quiet joy of a perfectly baked loaf. \n\nOpen Tuesday–Sunday, morning until sold out." - imageSrc="http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg" /> @@ -164,43 +113,20 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + description="Our selection of handcrafted artisan goods, baked fresh daily in our small-batch kitchen." products={[ { - id: "p1", - brand: "Pastry", - name: "Laskiaispulla", - price: "6€", - rating: 5, - reviewCount: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg?_wi=1", - }, + id: "p1", brand: "Pastry", name: "Laskiaispulla", price: "6€", rating: 5, + reviewCount: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg"}, { - id: "p2", - brand: "Pastry", - name: "Almond-marzipan croissant", - price: "7€", - rating: 5, - reviewCount: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=1", - }, + id: "p2", brand: "Pastry", name: "Almond-marzipan croissant", price: "7€", rating: 5, + reviewCount: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg"}, { - id: "p3", - brand: "Bread", - name: "Sourdough loaf", - price: "9€", - rating: 5, - reviewCount: "Daily", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg", - }, + id: "p3", brand: "Bread", name: "Sourdough loaf", price: "9€", rating: 5, + reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg"}, { - id: "p4", - brand: "Food", - name: "Brunch plate", - price: "19€", - rating: 5, - reviewCount: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-plate-grape-nectacot-pluot-wooden-background_141793-27673.jpg", - }, + id: "p4", brand: "Food", name: "Brunch plate", price: "19€", rating: 5, + reviewCount: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-plate-grape-nectacot-pluot-wooden-background_141793-27673.jpg"}, ]} title="What we make" /> @@ -213,37 +139,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "b1", - title: "Freshness", - descriptions: [ - "Local produce", - ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-crispy-toasts-with-fried-egg-jam_114579-60122.jpg", - }, + id: "b1", title: "Freshness", descriptions: [ + "Local produce"], + imageSrc: "http://img.b2bpic.net/free-photo/delicious-crispy-toasts-with-fried-egg-jam_114579-60122.jpg"}, { - id: "b2", - title: "Tradition", - descriptions: [ - "Old school craft", - ], - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-jam-cheese-individually-sliced-bread-board-marble-surface_114579-50096.jpg", - }, + id: "b2", title: "Tradition", descriptions: [ + "Old school craft"], + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-jam-cheese-individually-sliced-bread-board-marble-surface_114579-50096.jpg"}, { - id: "b3", - title: "Ritual", - descriptions: [ - "Weekend slow life", - ], - imageSrc: "http://img.b2bpic.net/free-photo/jam-bread-juice_23-2147693834.jpg", - }, + id: "b3", title: "Ritual", descriptions: [ + "Weekend slow life"], + imageSrc: "http://img.b2bpic.net/free-photo/jam-bread-juice_23-2147693834.jpg"}, ]} title="Brunch, done properly." description="Saturdays and Sundays only. A curated plate — fresh bread, soft-boiled egg, seasonal jam, cold cuts or a vegetarian option. Reserve your table." buttons={[ { - text: "Reserve your table", - href: "mailto:reserve@waybakery.fi", - }, + text: "Reserve your table", href: "mailto:reserve@waybakery.fi"}, ]} /> @@ -253,52 +165,23 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + description="Hear what our regular customers say about our artisan sourdough and morning rituals." testimonials={[ { - id: "1", - name: "Regular", - handle: "Customer", - testimonial: "The best laskiaispullat in the city.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011572.jpg", - imageAlt: "Bakery ", - }, + id: "1", name: "Regular", handle: "Customer", testimonial: "The best laskiaispullat in the city.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011572.jpg", imageAlt: "Bakery "}, { - id: "2", - name: "Regular", - handle: "Customer", - testimonial: "A little piece of southern Europe in Kallio.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg?_wi=3", - imageAlt: "Bakery ", - }, + id: "2", name: "Regular", handle: "Customer", testimonial: "A little piece of southern Europe in Kallio.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg", imageAlt: "Bakery "}, { - id: "3", - name: "Regular", - handle: "Customer", - testimonial: "The bread is always perfect. Worth the trip.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg?_wi=2", - imageAlt: "Bakery ", - }, + id: "3", name: "Regular", handle: "Customer", testimonial: "The bread is always perfect. Worth the trip.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg", imageAlt: "Bakery "}, { - id: "4", - name: "Regular", - handle: "Customer", - testimonial: "The quality here is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg?_wi=2", - imageAlt: "Bakery ", - }, + id: "4", name: "Regular", handle: "Customer", testimonial: "The quality here is unmatched.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg", imageAlt: "Bakery "}, { - id: "5", - name: "Regular", - handle: "Customer", - testimonial: "True artisan work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=2", - imageAlt: "Bakery ", - }, + id: "5", name: "Regular", handle: "Customer", testimonial: "True artisan work.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Bakery "}, ]} showRating={false} title="From Our Regulars" @@ -309,8 +192,7 @@ export default function LandingPage() {