Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:46:31 +00:00

View File

@@ -48,16 +48,16 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS0Wmg5qWyQ6shZl39kHL2wDuO/uploaded-1772570711732-o01iipg7.png", imageAlt: "Fresh boba tea with tapioca pearls"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg", imageAlt: "Creamy matcha latte with boba"
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg?_wi=1", imageAlt: "Creamy matcha latte with boba"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg", imageAlt: "Vibrant taro milk tea"
imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg?_wi=1", imageAlt: "Vibrant taro milk tea"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg", imageAlt: "Refreshing strawberry boba tea"
imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg?_wi=1", imageAlt: "Refreshing strawberry boba tea"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", imageAlt: "Modern boba tea shop interior"
imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg?_wi=1", imageAlt: "Modern boba tea shop interior"
}
]}
buttons={[
@@ -75,7 +75,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg?_wi=2"
imageAlt="Tea Cup boba tea shop interior"
mediaAnimation="blur-reveal"
bulletPoints={[
@@ -105,13 +105,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Classic Matcha Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg", imageAlt: "Creamy matcha latte with tapioca pearls"
id: "1", name: "Classic Matcha Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-fresh-milk-served-with-delicious-snacks_1150-24494.jpg?_wi=2", imageAlt: "Creamy matcha latte with tapioca pearls"
},
{
id: "2", name: "Taro Milk Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg", imageAlt: "Rich taro milk tea with boba"
id: "2", name: "Taro Milk Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/butterfly-pea-juice-with-coconut-wooden-surface_1150-44420.jpg?_wi=2", imageAlt: "Rich taro milk tea with boba"
},
{
id: "3", name: "Strawberry Boba Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg", imageAlt: "Refreshing strawberry boba tea"
id: "3", name: "Strawberry Boba Tea", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/lychee-jelly-seasonal-fruit-beautifully-decorated-thai-dessert-concept_1150-23459.jpg?_wi=2", imageAlt: "Refreshing strawberry boba tea"
}
]}
/>