From bb2959e599d1aad86e33f1afe196ba878f41865f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:44:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b777b42..792564d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Get Directions", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168863.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210995-pfkvp1at.jpg" imageAlt="Colorful acai bowl with fresh fruit and healthy toppings" mediaAnimation="blur-reveal" imagePosition="right" @@ -87,7 +87,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "shakes", title: "Protein Shakes", description: "Fuel your fitness with our signature protein shakes. Choose from chocolate, vanilla, strawberry, or create your own combo. Each shake is packed with quality protein to support your active lifestyle.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29938.jpg" }, + id: "shakes", title: "Protein Shakes", description: "Fuel your fitness with our signature protein shakes. Choose from chocolate, vanilla, strawberry, or create your own combo. Each shake is packed with quality protein to support your active lifestyle.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-4dj7lhh3.jpg" }, items: [ { icon: Zap, text: "High-protein formulas" }, { icon: Heart, text: "Nutritionist-approved" }, @@ -96,7 +96,7 @@ export default function LandingPage() { reverse: false }, { - id: "acai", title: "Acai Bowls", description: "Start your day with our fresh, nutrient-dense acai bowls. Loaded with superfoods, fresh berries, granola, and coconut—every bowl is a colorful celebration of healthy eating.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168863.jpg?_wi=2" }, + id: "acai", title: "Acai Bowls", description: "Start your day with our fresh, nutrient-dense acai bowls. Loaded with superfoods, fresh berries, granola, and coconut—every bowl is a colorful celebration of healthy eating.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-45e7ptcd.jpg" }, items: [ { icon: Leaf, text: "Organic ingredients" }, { icon: Sparkles, text: "Fresh daily" }, @@ -105,7 +105,7 @@ export default function LandingPage() { reverse: true }, { - id: "donuts", title: "Protein Donuts", description: "Indulge guilt-free with our protein-packed donuts. Lower sugar, higher satisfaction—prove that healthy treats can be delicious. Perfect for breakfast or an afternoon pick-me-up.", media: { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-donuts-with-black-tea_140725-2716.jpg" }, + id: "donuts", title: "Protein Donuts", description: "Indulge guilt-free with our protein-packed donuts. Lower sugar, higher satisfaction—prove that healthy treats can be delicious. Perfect for breakfast or an afternoon pick-me-up.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3e28lDrIqclZ8fNPOFLNKE6jg/uploaded-1773780210996-cjeie43e.jpg" }, items: [ { icon: Smile, text: "Guilt-free indulgence" }, { icon: Droplet, text: "Low sugar" }, @@ -283,4 +283,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file