Merge version_1 into main #1
@@ -12,7 +12,7 @@ import { Raleway } from "next/font/google";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Red Bull | Gives You Wings',
|
||||
description: 'The world\'s leading energy drink fueling adventure, performance, and life\'s biggest moments. Give yourself wings.',
|
||||
description: 'Fuel your performance, unlock your potential, and defy gravity with the global leader in energy.',
|
||||
keywords: ["Red Bull, Energy Drink, Extreme Sports, Performance, Caffeine, Adventure"],
|
||||
openGraph: {
|
||||
"title": "Red Bull | Gives You Wings",
|
||||
|
||||
249
src/app/page.tsx
249
src/app/page.tsx
@@ -31,77 +31,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Energy",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Energy", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="Red Bull"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Red Bull Gives You Wings"
|
||||
description="Fuel your performance, unlock your potential, and defy gravity with the global leader in energy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-girl-guitarist-sunset_1150-16705.jpg",
|
||||
imageAlt: "Extreme athlete skydiving",
|
||||
},
|
||||
{
|
||||
imageSrc: "hero-2",
|
||||
imageAlt: "F1 car on track",
|
||||
},
|
||||
{
|
||||
imageSrc: "hero-3",
|
||||
imageAlt: "Cliff diver",
|
||||
},
|
||||
{
|
||||
imageSrc: "hero-4",
|
||||
imageAlt: "Snowboarder",
|
||||
},
|
||||
{
|
||||
imageSrc: "hero-5",
|
||||
imageAlt: "Skateboarder",
|
||||
},
|
||||
{
|
||||
imageSrc: "hero-6",
|
||||
imageAlt: "Surfer",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/silhouette-girl-guitarist-sunset_1150-16705.jpg", imageAlt: "Extreme athlete skydiving" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/urban-skyline-with-cityscape_1359-975.jpg", imageAlt: "F1 car on track" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-climber_23-2147665013.jpg", imageAlt: "Cliff diver" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-snowboarding_23-2151462065.jpg", imageAlt: "Snowboarder" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-wearing-checkered-shirt-holding-skateboard-while-sitting-grind-rail-skatepark-indoors_613910-18405.jpg", imageAlt: "Skateboarder" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-handsome-young-man-sitting-beach-putting-knee-prosthesis_74855-16448.jpg", imageAlt: "Surfer" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,19 +66,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Powering Every Ambition",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/morning-inspiration-healthy-beauty-orange-juice-sunlight_169016-68853.jpg",
|
||||
alt: "Red Bull Can",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Since 1987.",
|
||||
},
|
||||
{ type: "text", content: "Powering Every Ambition" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/morning-inspiration-healthy-beauty-orange-juice-sunlight_169016-68853.jpg", alt: "Red Bull Can" },
|
||||
{ type: "text", content: "Since 1987." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,21 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Caffeine Infusion",
|
||||
description: "High-quality caffeine boost to keep you focused during your most intense moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/recycled-aluminium-cans_23-2149436481.jpg",
|
||||
},
|
||||
{
|
||||
title: "B-Group Vitamins",
|
||||
description: "Essential vitamins to support optimal energy metabolism and vitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/idea-concept-with-light-bulb_23-2149105801.jpg",
|
||||
},
|
||||
{
|
||||
title: "Taurine Blend",
|
||||
description: "An amino acid naturally found in your body, carefully balanced for maximum endurance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-white-rose-vase-shiny-round-tray_53876-101436.jpg",
|
||||
},
|
||||
{ title: "Caffeine Infusion", description: "High-quality caffeine boost to keep you focused during your most intense moments.", imageSrc: "http://img.b2bpic.net/free-photo/recycled-aluminium-cans_23-2149436481.jpg" },
|
||||
{ title: "B-Group Vitamins", description: "Essential vitamins to support optimal energy metabolism and vitality.", imageSrc: "http://img.b2bpic.net/free-photo/idea-concept-with-light-bulb_23-2149105801.jpg" },
|
||||
{ title: "Taurine Blend", description: "An amino acid naturally found in your body, carefully balanced for maximum endurance.", imageSrc: "http://img.b2bpic.net/free-photo/dried-white-rose-vase-shiny-round-tray_53876-101436.jpg" },
|
||||
]}
|
||||
title="Unrivaled Performance"
|
||||
description="Scientific formula designed to stimulate body and mind for extreme demands."
|
||||
@@ -160,48 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic",
|
||||
price: "$3.49",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-mojito-delicious-fresh-summer-cocktail-space-text_185193-108794.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sugarfree",
|
||||
price: "$3.49",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sugar-cubes-cocktail-glass-shape-soft-drink-can_23-2148691296.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tropical",
|
||||
price: "$3.49",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995333.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Watermelon",
|
||||
price: "$3.49",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-photorealistic-delicious-watermelon-fruit_23-2151567301.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zero",
|
||||
price: "$3.49",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995230.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Organic",
|
||||
price: "$3.99",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-fruit-juice-wooden-background_169016-3592.jpg",
|
||||
},
|
||||
{ id: "1", name: "Classic", price: "$3.49", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/glass-mojito-delicious-fresh-summer-cocktail-space-text_185193-108794.jpg" },
|
||||
{ id: "2", name: "Sugarfree", price: "$3.49", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sugar-cubes-cocktail-glass-shape-soft-drink-can_23-2148691296.jpg" },
|
||||
{ id: "3", name: "Tropical", price: "$3.49", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995333.jpg" },
|
||||
{ id: "4", name: "Watermelon", price: "$3.49", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/view-photorealistic-delicious-watermelon-fruit_23-2151567301.jpg" },
|
||||
{ id: "5", name: "Zero", price: "$3.49", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-bottle_23-2150995230.jpg" },
|
||||
{ id: "6", name: "Organic", price: "$3.99", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/freshly-fruit-juice-wooden-background_169016-3592.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="From classic formulas to refreshing fruit editions, find your flavor."
|
||||
@@ -215,21 +113,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100B+",
|
||||
description: "Cans sold globally",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "175+",
|
||||
description: "Countries distributed",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Athletes supported",
|
||||
},
|
||||
{ id: "m1", value: "100B+", description: "Cans sold globally" },
|
||||
{ id: "m2", value: "175+", description: "Countries distributed" },
|
||||
{ id: "m3", value: "500+", description: "Athletes supported" },
|
||||
]}
|
||||
title="Global Impact"
|
||||
description="Billions of cans consumed worldwide to fuel life's greatest adventures."
|
||||
@@ -240,47 +126,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_athlete",
|
||||
testimonial: "Red Bull is essential for my training sessions. It provides the sustained energy I need to hit those personal bests.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunet-darkskinned-man-black-longsleeved-sport-tshirt-running-working-out-outdoors-city_197531-28737.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcello Silva",
|
||||
handle: "@m_creative",
|
||||
testimonial: "Late-night studio sessions are much more productive with a cold Red Bull. It's the ultimate creative catalyst.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-fooling-around_23-2149114942.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Ross",
|
||||
handle: "@travel_ross",
|
||||
testimonial: "When you're trekking across continents, reliable energy is everything. Red Bull keeps me going when the path gets tough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-expresses-joy-happiness-businesswoman-triumphing-street-raising-hands-up-celebrati_1258-117445.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Zhou",
|
||||
handle: "@david_pro",
|
||||
testimonial: "As an extreme athlete, focus is non-negotiable. Red Bull is part of my daily ritual before every big jump.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-headphones_23-2149204113.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice Johnson",
|
||||
handle: "@study_alice",
|
||||
testimonial: "Exam season is grueling, but Red Bull helps me maintain focus through the longest nights. A total lifesaver.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", handle: "@sarah_athlete", testimonial: "Red Bull is essential for my training sessions. It provides the sustained energy I need to hit those personal bests.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/browneyed-brunet-darkskinned-man-black-longsleeved-sport-tshirt-running-working-out-outdoors-city_197531-28737.jpg" },
|
||||
{ id: "t2", name: "Marcello Silva", handle: "@m_creative", testimonial: "Late-night studio sessions are much more productive with a cold Red Bull. It's the ultimate creative catalyst.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-person-fooling-around_23-2149114942.jpg" },
|
||||
{ id: "t3", name: "Elena Ross", handle: "@travel_ross", testimonial: "When you're trekking across continents, reliable energy is everything. Red Bull keeps me going when the path gets tough.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-expresses-joy-happiness-businesswoman-triumphing-street-raising-hands-up-celebrati_1258-117445.jpg" },
|
||||
{ id: "t4", name: "David Zhou", handle: "@david_pro", testimonial: "As an extreme athlete, focus is non-negotiable. Red Bull is part of my daily ritual before every big jump.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-headphones_23-2149204113.jpg" },
|
||||
{ id: "t5", name: "Alice Johnson", handle: "@study_alice", testimonial: "Exam season is grueling, but Red Bull helps me maintain focus through the longest nights. A total lifesaver.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Performance"
|
||||
@@ -293,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is Red Bull vegan?",
|
||||
content: "Yes, Red Bull Energy Drink is suitable for vegans.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How much caffeine in a can?",
|
||||
content: "A 250ml can of Red Bull contains 80mg of caffeine, about the same as a cup of coffee.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there sugar-free options?",
|
||||
content: "Absolutely. We offer several sugar-free variants including Red Bull Sugarfree and Red Bull Zero.",
|
||||
},
|
||||
{ id: "q1", title: "Is Red Bull vegan?", content: "Yes, Red Bull Energy Drink is suitable for vegans." },
|
||||
{ id: "q2", title: "How much caffeine in a can?", content: "A 250ml can of Red Bull contains 80mg of caffeine, about the same as a cup of coffee." },
|
||||
{ id: "q3", title: "Are there sugar-free options?", content: "Absolutely. We offer several sugar-free variants including Red Bull Sugarfree and Red Bull Zero." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to commonly asked questions about our ingredients and performance."
|
||||
@@ -318,18 +158,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Fuel Your Next Adventure"
|
||||
description="Want to partner with us or share your story? Reach out today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user