Skip to content

Commit

Permalink
[FEAT]: Community page Added (#603)
Browse files Browse the repository at this point in the history
closes issue #597 

1. Created Community Page
2. Added Title Container
3. Added Contact Container
  • Loading branch information
amanjaiman1 authored Aug 6, 2023
2 parents 0e4b27c + 000c19d commit 0950b4f
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 1 deletion.
Binary file added public/HeroSvg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import NewslettersPage from "./views/app/Newsletters";
import SuggestionPage from "./views/app/Suggestions";
import Settings from "./views/app/Settings";
import Community from "./views/app/Community";
import CommunityLanding from "./views/app/CommunityLanding";

function App() {
const [loading, setLoading] = useState(false);
Expand Down Expand Up @@ -63,6 +64,7 @@ function App() {
<Route Component={ErrorPage} path="/*" />
<Route Component={Login} path="/login" />
<Route Component={SignUp} path="/signup" />
<Route Component={CommunityLanding} path="/community" />

<Route Component={ErrorPage} path="/*" />

Expand Down
2 changes: 1 addition & 1 deletion src/containers/Hero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Hero() {
<span className="text-[#D8BFD8] rounded-full border-2 w-28 font-semibold p-2 rounded max-[300px]:flex max-[600px]:justify-center">
✨ AI-Powered 3D T-Shirts
</span>
<h1 className="mt-5 text-heading font-semibold min-[600px]:text-5xl max-[600px]:text-4xl min-[600px]:leading-normal max-[600px]:leading-tight max-[600px]:text-center ">
<h1 className="mt-5 text-heading font-semibold min-[600px]:text-5xl max-[600px]:text-4xl min-[600px]:leading-normal max-[600px]:leading-tight max-[600px]:text-center ">
<span className="font-semibold text-7xl ss:text-[72px] leading-[100px] text-transparent bg-clip-text text-[#D8BFD8] bg-gradient-to-r from-violet-600 to-pink-200">
Elevate Your Style
</span>{" "}
Expand Down
Loading

0 comments on commit 0950b4f

Please sign in to comment.