Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 17:40:47 +00:00
2 changed files with 10 additions and 42 deletions

View File

@@ -1,54 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Red Bull - Energy Drink | Gives You Wings", description: "Experience Red Bull energy drink. Trusted by athletes and adventurers worldwide. Discover our range of flavors and unleash your potential.", keywords: "Red Bull, energy drink, caffeine, beverages, sports drink, taurine", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Red Bull - Gives You Wings", description: "Experience the legendary energy drink that powers athletes worldwide", type: "website", siteName: "Red Bull", images: [
{
url: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-darkness_140725-92768.jpg", alt: "red bull energy drink can beverage"},
],
},
twitter: {
card: "summary_large_image", title: "Red Bull - Gives You Wings", description: "Experience the legendary energy drink that powers athletes worldwide", images: ["http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-darkness_140725-92768.jpg"],
},
};
title: "Red Bull - Gives You Wings", description: "Experience the legendary energy drink that powers athletes, adventurers, and dreamers worldwide."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -65,7 +65,10 @@ export default function LandingPage() {
<ProductCardThree
title="Our Collection"
description="Choose your favorite Red Bull flavor and experience pure energy in every sip"
tag="Premium Selection"
tag="Limited Stock Shop Now"
buttons={[
{ text: "View All Flavors", href: "#products" }
]}
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"