From 07cfcddb2baf53a664c6a08ebba3c55ea32cf9d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 04:48:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6186e6d..2015268 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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", -- 2.49.1 From b6005e3aae2413cec6e362a36b38a0fc7926efc7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 04:48:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 249 ++++++++--------------------------------------- 1 file changed, 41 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57e06c6..c73bb65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,77 +31,33 @@ export default function LandingPage() {
@@ -110,19 +66,9 @@ export default function LandingPage() { @@ -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() { -- 2.49.1