Merge version_1 into main #1

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

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "About",
id: "features",
},
name: "About", id: "features"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="NutriFuel"
/>
@@ -57,47 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Fuel Your Day Naturally"
description="Experience the freshest ingredients crafted for your wellness. From cold-pressed juices to wholesome bowls, NutriFuel delivers nutrition you can taste."
buttons={[
{
text: "Browse Menu",
href: "#products",
},
text: "Browse Menu", href: "#products"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg",
imageAlt: "fresh cold pressed juice bottles",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg", imageAlt: "fresh cold pressed juice bottles"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plates-with-salad_23-2148515368.jpg",
imageAlt: "healthy vegetable bowl fresh",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plates-with-salad_23-2148515368.jpg", imageAlt: "healthy vegetable bowl fresh"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/hipster-girl-eats-salmon-sandwich-greek-pita_346278-120.jpg",
imageAlt: "gourmet organic sandwich",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hipster-girl-eats-salmon-sandwich-greek-pita_346278-120.jpg", imageAlt: "gourmet organic sandwich"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruity-muesli-with-sliced-fruits-dark-table-health-cereal-breakfast_140725-72986.jpg",
imageAlt: "oatmeal with fresh fruit",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruity-muesli-with-sliced-fruits-dark-table-health-cereal-breakfast_140725-72986.jpg", imageAlt: "oatmeal with fresh fruit"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-delicious-cookies_23-2148837098.jpg",
imageAlt: "fresh healthy cookies cafe",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-delicious-cookies_23-2148837098.jpg", imageAlt: "fresh healthy cookies cafe"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg",
imageAlt: "latte art coffee cafe",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg", imageAlt: "latte art coffee cafe"},
]}
/>
</div>
@@ -108,26 +77,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
tag: "Organic",
title: "Farm-to-Table",
subtitle: "Local Sourcing",
description: "Ingredients hand-picked from sustainable local farms every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetables-bowl-marble-background_114579-67033.jpg",
},
tag: "Organic", title: "Farm-to-Table", subtitle: "Local Sourcing", description: "Ingredients hand-picked from sustainable local farms every morning.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetables-bowl-marble-background_114579-67033.jpg"},
{
tag: "Fresh",
title: "Cold-Pressed Daily",
subtitle: "Raw Nutrition",
description: "Juices never heat-processed, keeping all enzymes and nutrients intact.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg",
},
tag: "Fresh", title: "Cold-Pressed Daily", subtitle: "Raw Nutrition", description: "Juices never heat-processed, keeping all enzymes and nutrients intact.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-assortment_23-2148785310.jpg"},
{
tag: "Clean",
title: "Zero Additives",
subtitle: "Whole Foods Only",
description: "No refined sugars, no preservatives. Just natural, clean fuel for you.",
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788544.jpg",
},
tag: "Clean", title: "Zero Additives", subtitle: "Whole Foods Only", description: "No refined sugars, no preservatives. Just natural, clean fuel for you.", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788544.jpg"},
]}
title="Why NutriFuel Matters"
description="We believe in pure nutrition that fuels your body and mind. Every bite is an investment in your wellbeing."
@@ -142,47 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Detox Green Juice",
price: "$8.50",
variant: "Cold Pressed",
imageSrc: "http://img.b2bpic.net/free-photo/kombucha-bottle-pineapple_23-2149757717.jpg",
},
id: "1", name: "Detox Green Juice", price: "$8.50", variant: "Cold Pressed", imageSrc: "http://img.b2bpic.net/free-photo/kombucha-bottle-pineapple_23-2149757717.jpg"},
{
id: "2",
name: "Turkey Avocado Wrap",
price: "$12.00",
variant: "Signature Wrap",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-copy-space-avocado_23-2148640172.jpg",
},
id: "2", name: "Turkey Avocado Wrap", price: "$12.00", variant: "Signature Wrap", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-sandwiches-with-copy-space-avocado_23-2148640172.jpg"},
{
id: "3",
name: "Berry Yogurt Bowl",
price: "$9.50",
variant: "Fresh Bowl",
imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_74190-7614.jpg",
},
id: "3", name: "Berry Yogurt Bowl", price: "$9.50", variant: "Fresh Bowl", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothies_74190-7614.jpg"},
{
id: "4",
name: "Artisan Almond Cookie",
price: "$3.50",
variant: "Guilt-Free",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116853.jpg",
},
id: "4", name: "Artisan Almond Cookie", price: "$3.50", variant: "Guilt-Free", imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116853.jpg"},
{
id: "5",
name: "Overnight Berry Oats",
price: "$7.00",
variant: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-overnight-oats-with-fresh-strawberries-blueberries-nuts-glass-jar-rustic-surface_141793-6947.jpg",
},
id: "5", name: "Overnight Berry Oats", price: "$7.00", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-overnight-oats-with-fresh-strawberries-blueberries-nuts-glass-jar-rustic-surface_141793-6947.jpg"},
{
id: "6",
name: "Garden Harvest Salad",
price: "$11.50",
variant: "Lunch",
imageSrc: "http://img.b2bpic.net/free-photo/useful-dietary-salad-with-cottage-cheese-herbs-vegetables_2829-19859.jpg",
},
id: "6", name: "Garden Harvest Salad", price: "$11.50", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/useful-dietary-salad-with-cottage-cheese-herbs-vegetables_2829-19859.jpg"},
]}
title="Nutritious Menu"
description="Hand-crafted food and drinks designed for flavor and wellness."
@@ -191,50 +115,26 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Athletics Coach",
company: "FitLife",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-talking-phone-working-laptop_169016-24937.jpg",
},
id: "1", name: "Sarah J.", role: "Athletics Coach", company: "FitLife", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-talking-phone-working-laptop_169016-24937.jpg"},
{
id: "2",
name: "Michael D.",
role: "Professional",
company: "Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg",
},
id: "2", name: "Michael D.", role: "Professional", company: "Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg"},
{
id: "3",
name: "Elena R.",
role: "Creative",
company: "Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-coffee-break_1098-16399.jpg",
},
id: "3", name: "Elena R.", role: "Creative", company: "Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-coffee-break_1098-16399.jpg"},
{
id: "4",
name: "Mark S.",
role: "Student",
company: "University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-sitting-cafe_1157-15016.jpg",
},
id: "4", name: "Mark S.", role: "Student", company: "University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-sitting-cafe_1157-15016.jpg"},
{
id: "5",
name: "Anna P.",
role: "Regular",
company: "NutritionFan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/client-shops-organic-foods-store_482257-86416.jpg",
},
id: "5", name: "Anna P.", role: "Regular", company: "NutritionFan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/client-shops-organic-foods-store_482257-86416.jpg"},
]}
title="Loved by Our Community"
description="See what our regulars have to say about their daily fuel."
@@ -247,20 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Are your juices organic?",
content: "Yes, we source 100% organic produce whenever possible to ensure purity.",
},
id: "1", title: "Are your juices organic?", content: "Yes, we source 100% organic produce whenever possible to ensure purity."},
{
id: "2",
title: "Do you offer vegan options?",
content: "All our bowls and juices are fully plant-based. Some sandwiches feature high-quality lean proteins.",
},
id: "2", title: "Do you offer vegan options?", content: "All our bowls and juices are fully plant-based. Some sandwiches feature high-quality lean proteins."},
{
id: "3",
title: "Can I order online?",
content: "Yes, you can order via our app or website for pickup at your convenience.",
},
id: "3", title: "Can I order online?", content: "Yes, you can order via our app or website for pickup at your convenience."},
]}
title="Frequently Asked"
description="Common questions about our ingredients and ordering process."
@@ -272,8 +163,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Join Our Newsletter"
description="Get exclusive discounts, new menu alerts, and nutrition tips delivered to your inbox."
imageSrc="http://img.b2bpic.net/free-photo/delicious-drink-with-orange-slice-arrangement_23-2148993814.jpg"