diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bd0e87..d1a9724 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,8 @@ export default function LandingPage() { background={{ variant: "downward-rays-animated" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-darkness_140725-92768.jpg", alt: "Red Bull Can"}, + src: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-darkness_140725-92768.jpg", alt: "Red Bull Can" + }, ]} avatarText="Trusted by millions of athletes" buttons={[ @@ -67,11 +68,14 @@ export default function LandingPage() { tag="Premium Selection" products={[ { - id: "1", name: "Red Bull Original", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-dark-pink-background-color-water-soda-darkness-drink_140725-158055.jpg", imageAlt: "Red Bull Original Can"}, + id: "1", name: "Red Bull Original", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-dark-pink-background-color-water-soda-darkness-drink_140725-158055.jpg", imageAlt: "Red Bull Original Can" + }, { - id: "2", name: "Red Bull Sugar Free", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pineapple-slice_140725-3318.jpg", imageAlt: "Red Bull Sugar Free Can"}, + id: "2", name: "Red Bull Sugar Free", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/blue-cocktail-with-pineapple-slice_140725-3318.jpg", imageAlt: "Red Bull Sugar Free Can" + }, { - id: "3", name: "Red Bull Berry Edition", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-iced-raspberry-juice_23-2148037144.jpg", imageAlt: "Red Bull Berry Can"}, + id: "3", name: "Red Bull Berry Edition", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-iced-raspberry-juice_23-2148037144.jpg", imageAlt: "Red Bull Berry Can" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -90,13 +94,17 @@ export default function LandingPage() { tag="Key Features" features={[ { - id: "01", title: "Pure Energy", description: "High-quality caffeine and taurine blend for sustained energy and alertness", imageSrc: "http://img.b2bpic.net/free-photo/abstract-design-with-flowing-lines-hot-cold-colours_1048-8169.jpg", imageAlt: "Energy Feature"}, + id: "01", title: "Pure Energy", description: "High-quality caffeine and taurine blend for sustained energy and alertness", imageSrc: "http://img.b2bpic.net/free-photo/abstract-design-with-flowing-lines-hot-cold-colours_1048-8169.jpg", imageAlt: "Energy Feature" + }, { - id: "02", title: "Peak Performance", description: "Trusted by elite athletes and extreme sports enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg", imageAlt: "Performance Feature"}, + id: "02", title: "Peak Performance", description: "Trusted by elite athletes and extreme sports enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/athlete-standing-all-weather-running-track_1150-14632.jpg", imageAlt: "Performance Feature" + }, { - id: "03", title: "Innovation", description: "Continuously evolving with new flavors and formulations", imageSrc: "http://img.b2bpic.net/free-photo/community-cloud-storage-sync-secure_53876-120425.jpg", imageAlt: "Innovation Feature"}, + id: "03", title: "Innovation", description: "Continuously evolving with new flavors and formulations", imageSrc: "http://img.b2bpic.net/free-photo/community-cloud-storage-sync-secure_53876-120425.jpg", imageAlt: "Innovation Feature" + }, { - id: "04", title: "Refreshing Taste", description: "Bold, crisp flavors that deliver an unforgettable experience", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4282.jpg", imageAlt: "Taste Feature"}, + id: "04", title: "Refreshing Taste", description: "Bold, crisp flavors that deliver an unforgettable experience", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4282.jpg", imageAlt: "Taste Feature" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -115,8 +123,12 @@ export default function LandingPage() { tag="Global Partnerships" textboxLayout="default" useInvertedBackground={false} + names={[ + "Spotify", "Nike", "GoPro", "McLaren", "FIFA", "Formula 1", "NFL" + ]} logos={[ - "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collection_23-2148308461.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-template_23-2148966844.jpg", "http://img.b2bpic.net/free-vector/set-abstract-vehicle-logos_23-2147606226.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588688.jpg", "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529640.jpg", "http://img.b2bpic.net/free-vector/american-football-flat-badges-labels_23-2149393162.jpg"]} + "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collection_23-2148308461.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-template_23-2148966844.jpg", "http://img.b2bpic.net/free-vector/set-abstract-vehicle-logos_23-2147606226.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588688.jpg", "http://img.b2bpic.net/free-vector/automotive-logo-template_23-2150529640.jpg", "http://img.b2bpic.net/free-vector/american-football-flat-badges-labels_23-2149393162.jpg" + ]} speed={40} showCard={true} tagAnimation="slide-up" @@ -131,17 +143,23 @@ export default function LandingPage() { tag="Community Voice" testimonials={[ { - id: "1", name: "Alex Johnson, Professional Skier", date: "Date: 15 January 2025", title: "Essential for peak performance", quote: "Red Bull has been my go-to energy drink for over a decade. Whether I'm training for competitions or pushing limits in extreme conditions, Red Bull keeps me sharp and focused. It's become part of my performance routine.", tag: "Elite Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", avatarAlt: "Alex Johnson"}, + id: "1", name: "Alex Johnson, Professional Skier", date: "Date: 15 January 2025", title: "Essential for peak performance", quote: "Red Bull has been my go-to energy drink for over a decade. Whether I'm training for competitions or pushing limits in extreme conditions, Red Bull keeps me sharp and focused. It's become part of my performance routine.", tag: "Elite Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", avatarAlt: "Alex Johnson" + }, { - id: "2", name: "Sarah Chen, Esports Champion", date: "Date: 12 January 2025", title: "Gaming fuel that actually works", quote: "During intensive gaming tournaments, Red Bull is my trusted ally. The sustained energy boost helps me maintain focus during long sessions without the crash. It's literally helped me win championships.", tag: "Esports Pro", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", avatarAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen, Esports Champion", date: "Date: 12 January 2025", title: "Gaming fuel that actually works", quote: "During intensive gaming tournaments, Red Bull is my trusted ally. The sustained energy boost helps me maintain focus during long sessions without the crash. It's literally helped me win championships.", tag: "Esports Pro", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Chen" + }, { - id: "3", name: "Marcus Rodriguez, Parkour Athlete", date: "Date: 10 January 2025", title: "Gives me the edge I need", quote: "When you're doing parkour, mental clarity and physical endurance are everything. Red Bull delivers both. I've recommended it to every athlete in my crew, and they all agree it's the best.", tag: "Action Sports", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", avatarAlt: "Marcus Rodriguez"}, + id: "3", name: "Marcus Rodriguez, Parkour Athlete", date: "Date: 10 January 2025", title: "Gives me the edge I need", quote: "When you're doing parkour, mental clarity and physical endurance are everything. Red Bull delivers both. I've recommended it to every athlete in my crew, and they all agree it's the best.", tag: "Action Sports", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", avatarAlt: "Marcus Rodriguez" + }, { - id: "4", name: "Emma Williams, Marathon Runner", date: "Date: 8 January 2025", title: "The perfect pre-race ritual", quote: "As an endurance athlete, I'm careful about what I consume. Red Bull has the perfect balance of energy and taste. I've made it part of my pre-race routine for the last five years.", tag: "Endurance Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", avatarAlt: "Emma Williams"}, + id: "4", name: "Emma Williams, Marathon Runner", date: "Date: 8 January 2025", title: "The perfect pre-race ritual", quote: "As an endurance athlete, I'm careful about what I consume. Red Bull has the perfect balance of energy and taste. I've made it part of my pre-race routine for the last five years.", tag: "Endurance Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emma Williams" + }, { - id: "5", name: "James Park, Professional Pilot", date: "Date: 5 January 2025", title: "Keeps me alert in the cockpit", quote: "Long flight hours demand peak alertness. Red Bull has been essential for maintaining focus and energy during demanding international routes. Quality and reliability I can depend on.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", avatarAlt: "James Park"}, + id: "5", name: "James Park, Professional Pilot", date: "Date: 5 January 2025", title: "Keeps me alert in the cockpit", quote: "Long flight hours demand peak alertness. Red Bull has been essential for maintaining focus and energy during demanding international routes. Quality and reliability I can depend on.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", avatarAlt: "James Park" + }, { - id: "6", name: "Lisa Martinez, Fitness Coach", date: "Date: 2 January 2025", title: "Powers my intense workout sessions", quote: "Whether I'm coaching or training personally, Red Bull is my pre-workout of choice. The boost is real, the taste is great, and my clients love it too. It's become a staple in our gym.", tag: "Fitness", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", avatarAlt: "Lisa Martinez"}, + id: "6", name: "Lisa Martinez, Fitness Coach", date: "Date: 2 January 2025", title: "Powers my intense workout sessions", quote: "Whether I'm coaching or training personally, Red Bull is my pre-workout of choice. The boost is real, the taste is great, and my clients love it too. It's become a staple in our gym.", tag: "Fitness", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Lisa Martinez" + }, ]} textboxLayout="default" useInvertedBackground={true} @@ -157,15 +175,20 @@ export default function LandingPage() { tag="Help Center" faqs={[ { - id: "1", title: "What is Red Bull made of?", content: "Red Bull contains carbonated water, sugar, citric acid, taurine, sodium bicarbonate, magnesium carbonate, caffeine, niacinamide, calcium pantothenate, vitamin B6, vitamin B12, and artificial flavors. Each can provides a premium blend of ingredients designed for optimal energy and focus."}, + id: "1", title: "What is Red Bull made of?", content: "Red Bull contains carbonated water, sugar, citric acid, taurine, sodium bicarbonate, magnesium carbonate, caffeine, niacinamide, calcium pantothenate, vitamin B6, vitamin B12, and artificial flavors. Each can provides a premium blend of ingredients designed for optimal energy and focus." + }, { - id: "2", title: "How much caffeine is in Red Bull?", content: "A single 8.4 oz can of Red Bull contains 80 mg of caffeine. Our Sugar Free and other variants maintain the same caffeine content, ensuring consistent energy delivery across our product line."}, + id: "2", title: "How much caffeine is in Red Bull?", content: "A single 8.4 oz can of Red Bull contains 80 mg of caffeine. Our Sugar Free and other variants maintain the same caffeine content, ensuring consistent energy delivery across our product line." + }, { - id: "3", title: "Is Red Bull safe to consume?", content: "Red Bull is safe for most adults when consumed in moderation. However, we recommend limiting consumption to 1-2 cans per day. Always consult with a healthcare professional if you have specific health concerns or medical conditions."}, + id: "3", title: "Is Red Bull safe to consume?", content: "Red Bull is safe for most adults when consumed in moderation. However, we recommend limiting consumption to 1-2 cans per day. Always consult with a healthcare professional if you have specific health concerns or medical conditions." + }, { - id: "4", title: "Does Red Bull contain artificial ingredients?", content: "Yes, Red Bull uses artificial flavors and colors. For a more natural option, check out our ingredient list and consult our packaging. We're committed to transparency about all our ingredients."}, + id: "4", title: "Does Red Bull contain artificial ingredients?", content: "Yes, Red Bull uses artificial flavors and colors. For a more natural option, check out our ingredient list and consult our packaging. We're committed to transparency about all our ingredients." + }, { - id: "5", title: "Where can I buy Red Bull?", content: "Red Bull is available worldwide at most convenience stores, supermarkets, gas stations, and online retailers. Visit our store locator or shop directly from our website to find Red Bull near you."}, + id: "5", title: "Where can I buy Red Bull?", content: "Red Bull is available worldwide at most convenience stores, supermarkets, gas stations, and online retailers. Visit our store locator or shop directly from our website to find Red Bull near you." + }, ]} textboxLayout="default" useInvertedBackground={false}