Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-10 06:31:48 +00:00

View File

@@ -59,53 +59,53 @@ export default function LandingPage() {
description="Discover easy, delicious shake recipes for every goal—from energy boosts to muscle recovery. Find your favorite flavor in minutes."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg?_wi=1",
imageAlt: "Green Smoothie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg?_wi=1",
imageAlt: "Berry Smoothie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg?_wi=1",
imageAlt: "Mango Smoothie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg?_wi=1",
imageAlt: "Coffee Shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg?_wi=1",
imageAlt: "Chocolate Shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg?_wi=1",
imageAlt: "Acai Shake",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg?_wi=2",
imageAlt: "Acai Shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg?_wi=2",
imageAlt: "Chocolate Shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg?_wi=2",
imageAlt: "Coffee Shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg?_wi=2",
imageAlt: "Mango Smoothie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg?_wi=2",
imageAlt: "Berry Smoothie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg?_wi=2",
imageAlt: "Green Smoothie",
},
]}