Merge version_2 into main #1
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,64 +32,41 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Vortex Energy"
|
||||
button={{
|
||||
text: "Buy Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Buy Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Fuel Your Ambition"
|
||||
description="Premium private-label energy drinks designed for elite performers and dreamers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Range",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Energy Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938342.jpg",
|
||||
imageAlt: "Drink can focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938342.jpg", imageAlt: "Drink can focus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-green-bottle-with-condensate_1268-20721.jpg",
|
||||
imageAlt: "Condensation detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-green-bottle-with-condensate_1268-20721.jpg", imageAlt: "Condensation detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-optical-laser-background_23-2149116239.jpg",
|
||||
imageAlt: "Athlete in motion",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-optical-laser-background_23-2149116239.jpg", imageAlt: "Athlete in motion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/acrylic-color-dissolving-water_53876-123140.jpg",
|
||||
imageAlt: "Liquid energy explosion",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/acrylic-color-dissolving-water_53876-123140.jpg", imageAlt: "Liquid energy explosion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349298.jpg",
|
||||
imageAlt: "Neon laser scan",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349298.jpg", imageAlt: "Neon laser scan"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-paper-background-still-life_23-2150093312.jpg",
|
||||
imageAlt: "Energy drink branding",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-paper-background-still-life_23-2150093312.jpg", imageAlt: "Energy drink branding"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,32 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Zero Crash Formula",
|
||||
tags: [
|
||||
"Performance",
|
||||
"Clean",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-blue-drink-glass-isolated-white-background_23-2147948935.jpg",
|
||||
},
|
||||
id: "1", title: "Zero Crash Formula", tags: [
|
||||
"Performance", "Clean"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-blue-drink-glass-isolated-white-background_23-2147948935.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Mental Clarity",
|
||||
tags: [
|
||||
"Focus",
|
||||
"Brain",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-psychedelic-papercut-background_23-2149303016.jpg",
|
||||
},
|
||||
id: "2", title: "Mental Clarity", tags: [
|
||||
"Focus", "Brain"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-psychedelic-papercut-background_23-2149303016.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Physical Endurance",
|
||||
tags: [
|
||||
"Stamina",
|
||||
"Power",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-concept-flat-lay_23-2149191405.jpg",
|
||||
},
|
||||
id: "3", title: "Physical Endurance", tags: [
|
||||
"Stamina", "Power"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-concept-flat-lay_23-2149191405.jpg"},
|
||||
]}
|
||||
title="Engineered for Performance"
|
||||
description="Advanced formulations designed to optimize every facet of your active lifestyle."
|
||||
@@ -151,47 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Vortex Blue",
|
||||
price: "$3.99",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-iron-bottle-standing-dark-background_140725-133800.jpg",
|
||||
},
|
||||
id: "p1", name: "Vortex Blue", price: "$3.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-iron-bottle-standing-dark-background_140725-133800.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Vortex Orange",
|
||||
price: "$3.99",
|
||||
variant: "Tropical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995345.jpg",
|
||||
},
|
||||
id: "p2", name: "Vortex Orange", price: "$3.99", variant: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995345.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vortex Zero",
|
||||
price: "$4.49",
|
||||
variant: "Sugar-Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-summer-concept-with-copy-space_23-2148545836.jpg",
|
||||
},
|
||||
id: "p3", name: "Vortex Zero", price: "$4.49", variant: "Sugar-Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-summer-concept-with-copy-space_23-2148545836.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Vortex Nitro",
|
||||
price: "$4.99",
|
||||
variant: "Heavy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-beverages-table_140725-9495.jpg",
|
||||
},
|
||||
id: "p4", name: "Vortex Nitro", price: "$4.99", variant: "Heavy", imageSrc: "http://img.b2bpic.net/free-photo/cold-beverages-table_140725-9495.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vortex Berry",
|
||||
price: "$3.99",
|
||||
variant: "Fruity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-energy-drinks_23-2150968884.jpg",
|
||||
},
|
||||
id: "p5", name: "Vortex Berry", price: "$3.99", variant: "Fruity", imageSrc: "http://img.b2bpic.net/free-photo/close-up-energy-drinks_23-2150968884.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vortex Lime",
|
||||
price: "$3.99",
|
||||
variant: "Zesty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995355.jpg",
|
||||
},
|
||||
id: "p6", name: "Vortex Lime", price: "$3.99", variant: "Zesty", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995355.jpg"},
|
||||
]}
|
||||
title="Our Signature Series"
|
||||
description="Discover the Vortex Energy lineup – from ultra-boost nitro to clean-label hydration."
|
||||
@@ -205,40 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marcus R.",
|
||||
handle: "@mrcs_runs",
|
||||
testimonial: "Vortex Energy changed my training game. No jitter, just pure focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-influencer_23-2151564813.jpg",
|
||||
},
|
||||
id: "t1", name: "Marcus R.", handle: "@mrcs_runs", testimonial: "Vortex Energy changed my training game. No jitter, just pure focus.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-influencer_23-2151564813.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena K.",
|
||||
handle: "@elena_tech",
|
||||
testimonial: "Perfect for marathon coding sessions. My brain stays sharp for hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena K.", handle: "@elena_tech", testimonial: "Perfect for marathon coding sessions. My brain stays sharp for hours.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alex P.",
|
||||
handle: "@pro_gamer_alex",
|
||||
testimonial: "Unmatched speed and reflexes. The best drink for long tourneys.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg",
|
||||
},
|
||||
id: "t3", name: "Alex P.", handle: "@pro_gamer_alex", testimonial: "Unmatched speed and reflexes. The best drink for long tourneys.", imageSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sofia J.",
|
||||
handle: "@sofia_design",
|
||||
testimonial: "Finally, a clean energy drink that tastes actually incredible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346498.jpg",
|
||||
},
|
||||
id: "t4", name: "Sofia J.", handle: "@sofia_design", testimonial: "Finally, a clean energy drink that tastes actually incredible.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346498.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Tom B.",
|
||||
handle: "@tb_student",
|
||||
testimonial: "Helps me pull all-nighters before exams without crashing at noon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg",
|
||||
},
|
||||
id: "t5", name: "Tom B.", handle: "@tb_student", testimonial: "Helps me pull all-nighters before exams without crashing at noon.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg"},
|
||||
]}
|
||||
title="Performance-Driven Results"
|
||||
description="Hear from the professionals who trust Vortex Energy for their high-stakes performance."
|
||||
@@ -252,31 +159,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Natural Energy",
|
||||
items: [
|
||||
"Sourced organically",
|
||||
"No synthetic caffeine",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Natural Energy", items: [
|
||||
"Sourced organically", "No synthetic caffeine"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Sustained Focus",
|
||||
items: [
|
||||
"Slow-release energy",
|
||||
"Peak concentration",
|
||||
],
|
||||
id: "m2", value: "24h", title: "Sustained Focus", items: [
|
||||
"Slow-release energy", "Peak concentration"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12+",
|
||||
title: "Active Flavors",
|
||||
items: [
|
||||
"Designed by experts",
|
||||
"Tested for variety",
|
||||
],
|
||||
id: "m3", value: "12+", title: "Active Flavors", items: [
|
||||
"Designed by experts", "Tested for variety"],
|
||||
},
|
||||
]}
|
||||
title="Impact by the Numbers"
|
||||
@@ -290,20 +182,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is Vortex safe for daily use?",
|
||||
content: "Our ingredients are lab-tested for optimal safety and performance.",
|
||||
},
|
||||
id: "q1", title: "Is Vortex safe for daily use?", content: "Our ingredients are lab-tested for optimal safety and performance."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries worldwide.",
|
||||
},
|
||||
id: "q2", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there sugar-free options?",
|
||||
content: "Absolutely, check out our Zero and Nitro series.",
|
||||
},
|
||||
id: "q3", title: "Are there sugar-free options?", content: "Absolutely, check out our Zero and Nitro series."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to everything you need to know about Vortex Energy."
|
||||
@@ -315,16 +198,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Power Up?"
|
||||
description="Get in contact with our wholesale team or inquire about custom private label orders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@vortexenergy.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@vortexenergy.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,29 +215,19 @@ export default function LandingPage() {
|
||||
logoText="VORTEX"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Partners",
|
||||
href: "#",
|
||||
},
|
||||
label: "Partners", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -366,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user