3 Commits

Author SHA1 Message Date
67a777f4cb Merge version_2 into main
Merge version_2 into main
2026-05-28 19:07:21 +00:00
15a18d7df9 Update src/app/page.tsx 2026-05-28 19:07:15 +00:00
c23a3431f4 Merge version_1 into main
Merge version_1 into main
2026-05-28 18:56:56 +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>
);
}
}