homepage fixed and merge

This commit is contained in:
Jae Young Ahn 2025-04-17 14:08:33 -07:00
parent cc7652fafe
commit 1b2f4b10ba
4 changed files with 15 additions and 8 deletions

View file

@ -6,10 +6,10 @@ function Hero() {
return (
<section className="hero">
<div className="hero-text">
<p className="intro">Welcome to BattleSnake!!!</p>
<p className="intro">Welcome to Bytecamp!!!</p>
<h1>Play for Fun!</h1>
<p className="desc">
A competitive game where your code is the controller. All you need is
A competitive game where your code is the controller.<br /> All you need is
a web server that responds to the Battlesnake API.
</p>
<button className="cta">Start Battle</button>