Bob AI: change brand name from 'Clash of Clans' to 'Battle...

This commit is contained in:
2026-02-09 18:29:46 +02:00
parent 138a83ae72
commit c5a526b218

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Epic Battle" brandName="Battle Royale"
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="Epic Battle" logoText="Battle Royale"
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="Epic Battle epic battle scene with castle and warriors" imageAlt="Battle Royale epic battle scene with castle and warriors"
frameStyle="browser" frameStyle="browser"
/> />
</div> </div>