Bob AI: change brand name to 'Epic Battle' everywhere

This commit is contained in:
2026-02-09 17:26:33 +02:00
parent fc88adb66b
commit 6c80754719

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="slide-background" defaultButtonVariant="slide-background"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="large" sizing="large"
@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Battle Royale" brandName="Epic Battle"
navItems={[ navItems={[
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Gameplay", id: "gameplay" }, { name: "Gameplay", id: "gameplay" },
@@ -38,7 +38,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboardSplit <HeroLogoBillboardSplit
logoText="Battle Royale" logoText="Epic Battle"
description="This is a test description" description="This is a test description"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
buttons={[ buttons={[
@@ -47,7 +47,7 @@ export default function LandingPage() {
]} ]}
layoutOrder="default" layoutOrder="default"
backgroundImage="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80" backgroundImage="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
imageAlt="Battle Royale epic battle scene with castle and warriors" imageAlt="Epic Battle epic battle scene with castle and warriors"
frameStyle="browser" frameStyle="browser"
/> />
</div> </div>
@@ -66,7 +66,7 @@ export default function LandingPage() {
id: "2", name: "Multiplayer Battles", price: "1v1 Combat", imageSrc: "https://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707052.jpg", imageAlt: "Multiplayer PvP battle arena" id: "2", name: "Multiplayer Battles", price: "1v1 Combat", imageSrc: "https://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707052.jpg", imageAlt: "Multiplayer PvP battle arena"
}, },
{ {
id: "3", name: "Clan Wars", price: "Team Events", imageSrc: "https://img.b2bpic.net/free-photo/diverse-viking-men-outdoors_23-2151689959.jpg", imageAlt: "Epic clan war gameplay in Battle Royale" id: "3", name: "Clan Wars", price: "Team Events", imageSrc: "https://img.b2bpic.net/free-photo/diverse-viking-men-outdoors_23-2151689959.jpg", imageAlt: "Epic clan war gameplay in Epic Battle"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"