Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 01:18:32 +00:00

View File

@@ -50,15 +50,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png", imageAlt: "Sporty girl in gym holding pink portable blender"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png?_wi=1", imageAlt: "Sporty girl in gym holding pink portable blender"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg", imageAlt: "FitBlend Pro pink portable blender"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg?_wi=1", imageAlt: "FitBlend Pro pink portable blender"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg", imageAlt: "FitBlend Pro black portable blender"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg?_wi=1", imageAlt: "FitBlend Pro black portable blender"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg", imageAlt: "Girl drinking smoothie after workout in gym"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg?_wi=1", imageAlt: "Girl drinking smoothie after workout in gym"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png", imageAlt: "FitBlend Pro in action at the gym"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AawFfULLuwmtKMBI8s84Q6WkDq/uploaded-1772846234160-62lqunbq.png?_wi=2", imageAlt: "FitBlend Pro in action at the gym"},
]}
/>
</div>
@@ -69,9 +69,9 @@ export default function LandingPage() {
description="Powerful. Portable. Designed for your active life."
products={[
{
id: "1", name: "FitBlend Pro™ - Pink Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg", imageAlt: "FitBlend Pro pink portable blender"},
id: "1", name: "FitBlend Pro™ - Pink Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161437.jpg?_wi=2", imageAlt: "FitBlend Pro pink portable blender"},
{
id: "2", name: "FitBlend Pro™ - Black Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg", imageAlt: "FitBlend Pro black portable blender"},
id: "2", name: "FitBlend Pro™ - Black Edition", price: "€89.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-metallic-professional-juicer-with-glass-filled-with-tasty-juice-breakfast-from-organic-farm-carrots-lying-wooden-table_346278-700.jpg?_wi=2", imageAlt: "FitBlend Pro black portable blender"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -108,7 +108,7 @@ export default function LandingPage() {
<MediaAbout
title="Invest in Your Health Daily"
description="Fresh smoothies in 30 seconds — anywhere. No excuses. Just results. Transform your daily routine with the power of FitBlend Pro™. Whether you're at the gym, traveling, or at the office, healthy nutrition is just a press away."
imageSrc="http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-beautiful-woman-drinking-water_23-2148499148.jpg?_wi=2"
imageAlt="Girl drinking fresh smoothie after workout"
buttons={[{ text: "Start Your Healthy Upgrade", href: "#product" }]}
useInvertedBackground={false}