Bob AI: change brand name from 'Clash of Clans' to 'Battle...
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Epic Battle"
|
||||
brandName="Battle Royale"
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Gameplay", id: "gameplay" },
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Epic Battle"
|
||||
logoText="Battle Royale"
|
||||
description="This is a test description"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
layoutOrder="default"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user