From abb40d873719b7b03d3c07a27b90df9bfe161f80 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 04:51:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f2e345..5f7aaee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-blueberry-smoothie_23-2148171021.jpg", imageAlt: "Premium Toka Do Açaí bowl with fresh toppings" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tasty-blueberry-smoothie_23-2148171021.jpg?_wi=1", imageAlt: "Premium Toka Do Açaí bowl with fresh toppings" }, { imageSrc: "http://img.b2bpic.net/free-photo/lavender-colored-background-with-ice-cream-texture_23-2151396661.jpg", imageAlt: "Close-up of creamy açaí bowl texture" @@ -108,7 +108,7 @@ export default function LandingPage() { { text: "Visit Us", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=1" imageAlt="Cozy Toka Do Açaí café interior" useInvertedBackground={true} /> @@ -125,13 +125,13 @@ export default function LandingPage() { buttonAnimation="slide-up" features={[ { - title: "Premium Ingredients", description: "Sourced directly for freshness and nutritional value. Every ingredient is handpicked and inspected for quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-variety-herbs-lemon-strainer-bread-ginger-ingredients_23-2148028228.jpg", imageAlt: "Fresh organic ingredients selection", buttonIcon: Check + title: "Premium Ingredients", description: "Sourced directly for freshness and nutritional value. Every ingredient is handpicked and inspected for quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-variety-herbs-lemon-strainer-bread-ginger-ingredients_23-2148028228.jpg?_wi=1", imageAlt: "Fresh organic ingredients selection", buttonIcon: Check }, { - title: "Affordable Luxury", description: "Premium quality doesn't have to cost a fortune. We believe in fair pricing so everyone can enjoy excellence.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-variety-herbs-lemon-strainer-bread-ginger-ingredients_23-2148028228.jpg", imageAlt: "Affordable premium açaí bowls", buttonIcon: DollarSign + title: "Affordable Luxury", description: "Premium quality doesn't have to cost a fortune. We believe in fair pricing so everyone can enjoy excellence.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-breakfast-with-variety-herbs-lemon-strainer-bread-ginger-ingredients_23-2148028228.jpg?_wi=2", imageAlt: "Affordable premium açaí bowls", buttonIcon: DollarSign }, { - title: "Welcoming Atmosphere", description: "Step in as a customer, leave as a friend. Our cozy space is designed for connection and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Warm welcoming café atmosphere", buttonIcon: Users + title: "Welcoming Atmosphere", description: "Step in as a customer, leave as a friend. Our cozy space is designed for connection and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=2", imageAlt: "Warm welcoming café atmosphere", buttonIcon: Users } ]} textboxLayout="default" @@ -200,7 +200,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "gradient-bars" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/still-life-tasty-blueberry-smoothie_23-2148171021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-tasty-blueberry-smoothie_23-2148171021.jpg?_wi=2" imageAlt="Toka Do Açaí newsletter signup" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1