Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 19:07:21 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{
name: "Get Yours", id: "#cta"},
]}
logoSrc="http://img.b2bpic.net/free-photo/neon-sign-bar-with-text-rum_23-2148184249.jpg"
logoSrc="http://img.b2bpic.net/free-photo/close-up-garbage-plastic-cups_23-2148393480.jpg"
logoAlt="DEVIL Energy Drink Logo"
brandName="DEVIL"
bottomLeftText="UNLEASH THE BEAST"
@@ -135,7 +135,7 @@ export default function LandingPage() {
{
type: "text", content: "The Genesis of "},
{
type: "image", src: "http://img.b2bpic.net/free-photo/neon-sign-bar-with-text-rum_23-2148184249.jpg", alt: "DEVIL logo"},
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-garbage-plastic-cups_23-2148393480.jpg", alt: "DEVIL brand logo"},
{
type: "text", content: ": Born from Fire"},
]}
@@ -267,4 +267,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}