Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
278
src/app/page.tsx
278
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Recipes",
|
||||
id: "recipes",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "benefits",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Recipes", id: "recipes" },
|
||||
{ name: "Benefits", id: "benefits" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BlendHealth"
|
||||
/>
|
||||
@@ -52,113 +40,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Blend Your Way to Better Health"
|
||||
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?_wi=1",
|
||||
imageAlt: "Green Smoothie",
|
||||
},
|
||||
{
|
||||
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?_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?_wi=1",
|
||||
imageAlt: "Coffee Shake",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Acai Shake",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg", imageAlt: "green smoothie bowl fresh" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg", imageAlt: "berry smoothie glass photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg", imageAlt: "tropical mango smoothie glass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg", imageAlt: "coffee protein shake glass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg", imageAlt: "chocolate peanut butter shake" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg", imageAlt: "acai antioxidant smoothie glass" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
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?_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?_wi=2",
|
||||
imageAlt: "Coffee Shake",
|
||||
},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Berry Smoothie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg?_wi=2",
|
||||
imageAlt: "Green Smoothie",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Recipes",
|
||||
href: "#recipes",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258875.jpg", imageAlt: "acai antioxidant smoothie glass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7849.jpg", imageAlt: "chocolate peanut butter shake" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sport-healthy-lifestyle-sportswoman-home-workout-drinks-orange-juice-after-fitness-training-d_1258-183314.jpg", imageAlt: "coffee protein shake glass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-mango-smoothie_1339-1480.jpg", imageAlt: "tropical mango smoothie glass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mix-berry-smoothie_1339-2408.jpg", imageAlt: "berry smoothie glass photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothie-glasses-arrangement_23-2148574174.jpg", imageAlt: "green smoothie bowl fresh" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Recipes", href: "#recipes" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-muscular-blond-male-white-t-shirt-holds-dumbbell-grey-artistic-background_613910-12772.jpg",
|
||||
alt: "Marcus T.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-teaching-son-prepare-food_23-2148467057.jpg",
|
||||
alt: "Elena R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-woman-kitchen-with-healthy-juice_23-2148193169.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-talking-her-long-distance-lover_23-2149289477.jpg",
|
||||
alt: "Chloe L.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-muscular-blond-male-white-t-shirt-holds-dumbbell-grey-artistic-background_613910-12772.jpg", alt: "Marcus T." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mother-teaching-son-prepare-food_23-2148467057.jpg", alt: "Elena R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sporty-woman-kitchen-with-healthy-juice_23-2148193169.jpg", alt: "David K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-talking-her-long-distance-lover_23-2149289477.jpg", alt: "Chloe L." },
|
||||
]}
|
||||
avatarText="Join 5,000+ healthy blenders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Organic Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Boosts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Muscle Recovery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nutrient Dense",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quick & Easy",
|
||||
},
|
||||
{ type: "text", text: "Organic Ingredients" },
|
||||
{ type: "text", text: "Energy Boosts" },
|
||||
{ type: "text", text: "Muscle Recovery" },
|
||||
{ type: "text", text: "Nutrient Dense" },
|
||||
{ type: "text", text: "Quick & Easy" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,42 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Green Goddess Glow",
|
||||
price: "15 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-vegetable-smoothie_1150-26222.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Berry Blast Recovery",
|
||||
price: "10 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20832.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tropical Mango Zest",
|
||||
price: "5 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-smoothie_23-2148933430.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mocha Protein Wakeup",
|
||||
price: "8 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-smoothie-with-seeds_23-2148574190.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Blue Velvet Superfood",
|
||||
price: "12 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-banana-smoothie-composition_23-2148574204.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Creamy Avocado Bliss",
|
||||
price: "7 min",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg",
|
||||
},
|
||||
{ id: "1", name: "Green Goddess Glow", price: "15 min", imageSrc: "http://img.b2bpic.net/free-photo/healthy-drink-vegetable-smoothie_1150-26222.jpg" },
|
||||
{ id: "2", name: "Berry Blast Recovery", price: "10 min", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-banana-smoothie-jar-wooden-table_123827-20832.jpg" },
|
||||
{ id: "3", name: "Tropical Mango Zest", price: "5 min", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-smoothie_23-2148933430.jpg" },
|
||||
{ id: "4", name: "Mocha Protein Wakeup", price: "8 min", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-smoothie-with-seeds_23-2148574190.jpg" },
|
||||
{ id: "5", name: "Blue Velvet Superfood", price: "12 min", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-banana-smoothie-composition_23-2148574204.jpg" },
|
||||
{ id: "6", name: "Creamy Avocado Bliss", price: "7 min", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-using-blender-while-preparing-healthy-smoothie-kitchen_637285-6194.jpg" },
|
||||
]}
|
||||
title="Curated Recipe Collection"
|
||||
description="From nutrient-dense greens to indulgent protein boosters, explore our hand-picked collection."
|
||||
@@ -214,33 +99,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "100% Quality Control",
|
||||
descriptions: [
|
||||
"You choose the ingredients, ensuring no hidden sugars or artificial additives.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fruit-composition-fresh-sliced-mellow-fruits-dark-background-ripe-fresh-health-diet-fruits-mellow_140725-116249.jpg",
|
||||
},
|
||||
id: "1", title: "100% Quality Control", descriptions: ["You choose the ingredients, ensuring no hidden sugars or artificial additives."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fruit-composition-fresh-sliced-mellow-fruits-dark-background-ripe-fresh-health-diet-fruits-mellow_140725-116249.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Instant Preparation",
|
||||
descriptions: [
|
||||
"Our simple methods mean your healthy breakfast or post-workout drink is ready in under 5 minutes.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruit-mixer-front-view_23-2148230495.jpg",
|
||||
},
|
||||
id: "2", title: "Instant Preparation", descriptions: ["Our simple methods mean your healthy breakfast or post-workout drink is ready in under 5 minutes."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruit-mixer-front-view_23-2148230495.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Optimized Recovery",
|
||||
descriptions: [
|
||||
"Scientifically balanced ratios of protein, carbs, and fats to fuel your recovery goals.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-runner-holding-bottle-water_23-2149044625.jpg",
|
||||
},
|
||||
id: "3", title: "Optimized Recovery", descriptions: ["Scientifically balanced ratios of protein, carbs, and fats to fuel your recovery goals."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-runner-holding-bottle-water_23-2149044625.jpg"},
|
||||
]}
|
||||
title="Why Blend at Home?"
|
||||
description="Transform your daily nutrition routine with simplicity and control."
|
||||
@@ -254,46 +125,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Graphic Designer",
|
||||
company: "RemoteCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus T.",
|
||||
role: "Fitness Coach",
|
||||
company: "Peak Fit",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-muscular-blond-male-white-t-shirt-holds-dumbbell-grey-artistic-background_613910-12772.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Mom of Two",
|
||||
company: "Local Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-teaching-son-prepare-food_23-2148467057.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Runner",
|
||||
company: "RunnersClub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-kitchen-with-healthy-juice_23-2148193169.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe L.",
|
||||
role: "Marketing",
|
||||
company: "BrightIdeas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-long-distance-lover_23-2149289477.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Graphic Designer", company: "RemoteCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg" },
|
||||
{ id: "2", name: "Marcus T.", role: "Fitness Coach", company: "Peak Fit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-muscular-blond-male-white-t-shirt-holds-dumbbell-grey-artistic-background_613910-12772.jpg" },
|
||||
{ id: "3", name: "Elena R.", role: "Mom of Two", company: "Local Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-teaching-son-prepare-food_23-2148467057.jpg" },
|
||||
{ id: "4", name: "David K.", role: "Runner", company: "RunnersClub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-kitchen-with-healthy-juice_23-2148193169.jpg" },
|
||||
{ id: "5", name: "Chloe L.", role: "Marketing", company: "BrightIdeas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-long-distance-lover_23-2149289477.jpg" },
|
||||
]}
|
||||
title="Community Favorites"
|
||||
description="See how home cooks are transforming their health."
|
||||
@@ -303,9 +139,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Weekly Newsletter"
|
||||
title="Join Our Blend Community"
|
||||
description="Get weekly recipes, health tips, and exclusive discounts delivered straight to your inbox."
|
||||
@@ -320,21 +154,9 @@ export default function LandingPage() {
|
||||
logoText="BlendHealth"
|
||||
copyrightText="© 2025 BlendHealth. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user