Skip to content

Commit

Permalink
Merge pull request #38 from rishavranjan943/main
Browse files Browse the repository at this point in the history
redbull
  • Loading branch information
bhaskar1001101 authored Aug 28, 2024
2 parents 508e3bb + d8e7340 commit 1e4ed69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added src/assets/images/redbull.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%");
Expand Down Expand Up @@ -135,11 +137,20 @@ function LandingPage() {
</div>
</section>


<div className="mt-5">
<img src={redbull} alt="redbull" style={{ width: "50%", height: "auto", margin: "0 auto" }} />
</div>


{/* Timer section */}
<section id="timer" className="max-[768px]:pt-[40px] pt-[60px] mt-2">
<TimerSection />
</section>




{/* Schedule section */}
<section id="schedule" className="max-[768px]:pt-[10px] pt-[60px] "></section>
<Schedule />
Expand Down

0 comments on commit 1e4ed69

Please sign in to comment.