diff --git a/src/assets/images/redbull.jpg b/src/assets/images/redbull.jpg new file mode 100644 index 0000000..c0c6b61 Binary files /dev/null and b/src/assets/images/redbull.jpg differ diff --git a/src/pages/LandingPage.jsx b/src/pages/LandingPage.jsx index 25c53d1..6162d5b 100644 --- a/src/pages/LandingPage.jsx +++ b/src/pages/LandingPage.jsx @@ -7,6 +7,8 @@ import TimerSection from "./TimerSection"; import Schedule from "../components/Schedule/Schedule"; import ScrollButton from "../assets/images/LandingPage/ScrollButton.svg"; import './LandingPage.css'; +import redbull from "../assets/images/redbull.jpg" + function LandingPage() { const [bgSize, setBgSize] = useState("10%"); @@ -135,11 +137,20 @@ function LandingPage() { + +
+ redbull +
+ + {/* Timer section */}
+ + + {/* Schedule section */}