Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Falls Nutrition"
|
||||
/>
|
||||
@@ -56,32 +48,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Fuel Your Ambition."
|
||||
description="Delicious protein shakes and refreshing energy teas designed to power your day."
|
||||
tag="Falls Nutrition"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sneakers-near-healthy-food_23-2147750792.jpg",
|
||||
imageAlt: "Refreshing protein drink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sneakers-near-healthy-food_23-2147750792.jpg", imageAlt: "Refreshing protein drink"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-peach-iced-tea-glass-with-ice-cubes-cinnamon_123827-36385.jpg",
|
||||
imageAlt: "Iced energy tea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-peach-iced-tea-glass-with-ice-cubes-cinnamon_123827-36385.jpg", imageAlt: "Iced energy tea"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-almond-smoothie-marble-background_1150-45189.jpg",
|
||||
imageAlt: "Protein drink variety",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-almond-smoothie-marble-background_1150-45189.jpg", imageAlt: "Protein drink variety"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-glass-jars-with-detox-smoothies-with-micro-greenery-honey-with-ingredients-shadows-white-background-top-view-copy-space_127032-3065.jpg",
|
||||
imageAlt: "Protein drink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-glass-jars-with-detox-smoothies-with-micro-greenery-honey-with-ingredients-shadows-white-background-top-view-copy-space_127032-3065.jpg", imageAlt: "Protein drink"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-lemon-tea_1339-5821.jpg",
|
||||
imageAlt: "Iced energy tea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-lemon-tea_1339-5821.jpg", imageAlt: "Iced energy tea"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -95,41 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chocolate Gains",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-juice-with-pear-leaves_23-2148150363.jpg",
|
||||
},
|
||||
id: "p1", name: "Chocolate Gains", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/bottle-juice-with-pear-leaves_23-2148150363.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Berry Energy Blast",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7146.jpg",
|
||||
},
|
||||
id: "p2", name: "Berry Energy Blast", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-tea-with-lime-ice_114579-7146.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vanilla Strength",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-purple-background_23-2150251314.jpg",
|
||||
},
|
||||
id: "p3", name: "Vanilla Strength", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-purple-background_23-2150251314.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tropical Tea Punch",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-peach-ice-tea-flavor_23-2148550531.jpg",
|
||||
},
|
||||
id: "p4", name: "Tropical Tea Punch", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-peach-ice-tea-flavor_23-2148550531.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mocha Power Shake",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-with-coffee-table_23-2148937304.jpg",
|
||||
},
|
||||
id: "p5", name: "Mocha Power Shake", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/mug-with-coffee-table_23-2148937304.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mint Green Energy",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-with-herbs-apple-mug-white-background-flat-lay_176474-9855.jpg",
|
||||
},
|
||||
id: "p6", name: "Mint Green Energy", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/tea-with-herbs-apple-mug-white-background-flat-lay_176474-9855.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our favorite blends and energy boosters."
|
||||
@@ -144,17 +101,11 @@ export default function LandingPage() {
|
||||
description="At Falls Nutrition, we believe that nutrition should be tasty, energizing, and accessible. We handcraft every shake and tea using premium ingredients to help you hit your fitness goals."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "High Quality Protein",
|
||||
description: "Sourced from the best suppliers for optimal recovery.",
|
||||
},
|
||||
title: "High Quality Protein", description: "Sourced from the best suppliers for optimal recovery."},
|
||||
{
|
||||
title: "Energy Boosting Teas",
|
||||
description: "Natural ingredients to keep you focused and hydrated.",
|
||||
},
|
||||
title: "Energy Boosting Teas", description: "Natural ingredients to keep you focused and hydrated."},
|
||||
{
|
||||
title: "Personalized Nutrition",
|
||||
description: "Custom options tailored to your dietary needs.",
|
||||
},
|
||||
title: "Personalized Nutrition", description: "Custom options tailored to your dietary needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groceries-bottles_181624-11049.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -169,19 +120,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Natural Energy",
|
||||
description: "No artificial crash, just clean natural energy.",
|
||||
},
|
||||
title: "Natural Energy", description: "No artificial crash, just clean natural energy."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Quality Assured",
|
||||
description: "Third-party tested ingredients for your peace of mind.",
|
||||
},
|
||||
title: "Quality Assured", description: "Third-party tested ingredients for your peace of mind."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Recovery",
|
||||
description: "Formulated to help you recover quickly after workouts.",
|
||||
},
|
||||
title: "Fast Recovery", description: "Formulated to help you recover quickly after workouts."},
|
||||
]}
|
||||
title="Why Falls Nutrition?"
|
||||
description="The best ingredients, expertly blended for your wellness."
|
||||
@@ -194,45 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent!",
|
||||
quote: "The best protein shake I've ever had, hands down.",
|
||||
name: "Sarah J.",
|
||||
role: "Athlete",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiled-mulatto-woman-dressed-white-t-shirt-with-pretty-face-loose-hair-is-holding-yellow-peppers-hand-near-kitchen-desk-modern-kitchen_8353-10034.jpg",
|
||||
},
|
||||
id: "1", title: "Excellent!", quote: "The best protein shake I've ever had, hands down.", name: "Sarah J.", role: "Athlete", imageSrc: "http://img.b2bpic.net/free-photo/smiled-mulatto-woman-dressed-white-t-shirt-with-pretty-face-loose-hair-is-holding-yellow-peppers-hand-near-kitchen-desk-modern-kitchen_8353-10034.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Game Changer",
|
||||
quote: "I use the energy tea every morning to kickstart my day.",
|
||||
name: "Mark D.",
|
||||
role: "Teacher",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-working-out-together-outdoors_23-2150453520.jpg",
|
||||
},
|
||||
id: "2", title: "Game Changer", quote: "I use the energy tea every morning to kickstart my day.", name: "Mark D.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/couple-working-out-together-outdoors_23-2150453520.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fast Recovery",
|
||||
quote: "My post-workout recovery has never been faster.",
|
||||
name: "Emily R.",
|
||||
role: "Fitness Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg",
|
||||
},
|
||||
id: "3", title: "Fast Recovery", quote: "My post-workout recovery has never been faster.", name: "Emily R.", role: "Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Taste",
|
||||
quote: "Love the variety of flavors, especially the tropical tea.",
|
||||
name: "David K.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-drinking-something-after-training_58466-11016.jpg",
|
||||
},
|
||||
id: "4", title: "Great Taste", quote: "Love the variety of flavors, especially the tropical tea.", name: "David K.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-drinking-something-after-training_58466-11016.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Pure Energy",
|
||||
quote: "Clean energy that lasts throughout my busy work day.",
|
||||
name: "Jane L.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-woman-eating-salad_23-2148332142.jpg",
|
||||
},
|
||||
id: "5", title: "Pure Energy", quote: "Clean energy that lasts throughout my busy work day.", name: "Jane L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-woman-eating-salad_23-2148332142.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real stories from people fueled by our nutrition."
|
||||
@@ -244,15 +159,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fitness First",
|
||||
"Healthy Eats",
|
||||
"Pure Energy",
|
||||
"Gym World",
|
||||
"Wellness Daily",
|
||||
"Active Living",
|
||||
"Pro Nutrition",
|
||||
]}
|
||||
"Fitness First", "Healthy Eats", "Pure Energy", "Gym World", "Wellness Daily", "Active Living", "Pro Nutrition"]}
|
||||
title="Trusted by Fitness Enthusiasts"
|
||||
description="Serving thousands of satisfied customers across the region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,20 +170,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a selection of high-quality plant-based protein options.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan options?", content: "Yes, we have a selection of high-quality plant-based protein options."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your teas caffeinated?",
|
||||
content: "We offer both caffeinated energy teas and decaffeinated herbal options.",
|
||||
},
|
||||
id: "2", title: "Are your teas caffeinated?", content: "We offer both caffeinated energy teas and decaffeinated herbal options."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I pre-order my drinks?",
|
||||
content: "Yes, you can order via our website for quick in-store pickup.",
|
||||
},
|
||||
id: "3", title: "Can I pre-order my drinks?", content: "Yes, you can order via our website for quick in-store pickup."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="We've got answers."
|
||||
@@ -286,15 +186,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Ready to get fueled?"
|
||||
description="Stop by Falls Nutrition today for a fresh drink and a quick boost."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
},
|
||||
text: "Get Directions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,33 +202,21 @@ export default function LandingPage() {
|
||||
logoText="Falls Nutrition"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user