Update src/app/page.tsx

This commit is contained in:
2026-06-10 23:24:49 +00:00
parent 869bbb7812
commit 6a3a252a2f

View File

@@ -49,12 +49,12 @@ export default function LandingPage() {
variant: "plain" variant: "plain"
}} }}
leftCarouselItems={[ leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-zym9dyj9.jpg", imageAlt: "Cozy cafe interior with green wall and yellow couch" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-zym9dyj9.jpg?_wi=1", imageAlt: "Cozy cafe interior with green wall and yellow couch" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-2rpkigiu.jpg", imageAlt: "Table with delicious breakfast spread and coffee" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-2rpkigiu.jpg?_wi=1", imageAlt: "Table with delicious breakfast spread and coffee" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-m8s1gjau.jpg", imageAlt: "Outdoor cafe table with backgammon game and coffee" } { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-m8s1gjau.jpg", imageAlt: "Outdoor cafe table with backgammon game and coffee" }
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-8li6v3am.jpg", imageAlt: "Cafe counter with coffee machine and plants" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-8li6v3am.jpg?_wi=1", imageAlt: "Cafe counter with coffee machine and plants" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-3lrm77cf.jpg", imageAlt: "Another table setting with tartines and coffee" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-3lrm77cf.jpg", imageAlt: "Another table setting with tartines and coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-decorative-items-white_176474-4989.jpg", imageAlt: "Close-up of a beautifully crafted latte" } { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-decorative-items-white_176474-4989.jpg", imageAlt: "Close-up of a beautifully crafted latte" }
]} ]}
@@ -73,7 +73,7 @@ export default function LandingPage() {
description="Nestled in Bielefeld, Tartine Café is more than just a coffee shop. It's a lovingly designed space where every detail invites you to linger and enjoy the moment." description="Nestled in Bielefeld, Tartine Café is more than just a coffee shop. It's a lovingly designed space where every detail invites you to linger and enjoy the moment."
subdescription="We pride ourselves on serving high-quality, locally-sourced coffee and offering a fine selection of homemade pastries, savory tartines, and delectable treats." subdescription="We pride ourselves on serving high-quality, locally-sourced coffee and offering a fine selection of homemade pastries, savory tartines, and delectable treats."
icon={Sparkles} icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-zym9dyj9.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-zym9dyj9.jpg?_wi=2"
imageAlt="Warm and inviting interior of Tartine Café" imageAlt="Warm and inviting interior of Tartine Café"
mediaAnimation="none" mediaAnimation="none"
useInvertedBackground={false} useInvertedBackground={false}
@@ -90,7 +90,7 @@ export default function LandingPage() {
{ id: "2", title: "Homemade Pastries & Cakes", content: "Indulge in our daily selection of freshly baked pastries, croissants, and cakes, all prepared with traditional recipes and love." }, { id: "2", title: "Homemade Pastries & Cakes", content: "Indulge in our daily selection of freshly baked pastries, croissants, and cakes, all prepared with traditional recipes and love." },
{ id: "3", title: "Savory Tartines & Brunch", content: "Explore our delicious open-faced sandwiches, known as tartines, featuring fresh, seasonal ingredients perfect for a light meal or brunch." } { id: "3", title: "Savory Tartines & Brunch", content: "Explore our delicious open-faced sandwiches, known as tartines, featuring fresh, seasonal ingredients perfect for a light meal or brunch." }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-2rpkigiu.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-2rpkigiu.jpg?_wi=2"
imageAlt="Close-up of food and coffee on a wooden table at Tartine Café" imageAlt="Close-up of food and coffee on a wooden table at Tartine Café"
mediaAnimation="none" mediaAnimation="none"
useInvertedBackground={true} useInvertedBackground={true}
@@ -192,7 +192,7 @@ export default function LandingPage() {
variant: "plain" variant: "plain"
}} }}
useInvertedBackground={true} useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-8li6v3am.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExwuCLRXs9hZ5ZIsaREmudsIDq/uploaded-1781133792266-8li6v3am.jpg?_wi=2"
imageAlt="Cafe counter with coffee machine and plants" imageAlt="Cafe counter with coffee machine and plants"
mediaAnimation="none" mediaAnimation="none"
mediaPosition="left" mediaPosition="left"