Skip to content

Commit

Permalink
V2: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir1995 committed Aug 8, 2023
1 parent 8ec9515 commit facff52
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 18 deletions.
100 changes: 85 additions & 15 deletions v2/src/pages/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions v2/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ function HomepageHeader() {
return (
<header className={`hero headerBanner ${colorMode === "light" && "dark-bg"}`}>
<div className={`headerContainer container`}>
<h1 className="fancy fade-in-top">Your Gateway to<br />Effortless 3D Management<br />and Innovation.</h1>
<h1 className="title-heading fade-in-top">Your Gateway to<br />Effortless 3D Management<br />and Innovation.</h1>

<div>
<button className="button-85" role="button">Get Started!</button>
<div className="action-btn-container fade-in-fwd">
<button className="button-get-started pulse">Get Started!</button>
<p>or</p>
<button className="button button--outline button--secondary">Learn more</button>
</div>

{/* <div style={{}}></div>
Expand Down

0 comments on commit facff52

Please sign in to comment.