From 9c2bb07e210f3927812f292807bd17bbac04e6bd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 04:51:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebec674..9f2e345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,7 @@ export default function LandingPage() { @@ -124,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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Warm welcoming café atmosphere", buttonIcon: Users } ]} textboxLayout="default" @@ -199,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/still-life-tasty-blueberry-smoothie_23-2148171021.jpg" imageAlt="Toka Do Açaí newsletter signup" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1