Skip to content

Commit

Permalink
review again
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Jan 6, 2024
1 parent 37ae4df commit b6cade1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/components/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const Browse = () => {
<div className="browse" ref={containerRef}>
<div className="browse-content" style={fixedStyles}>
<div className="browse-highlight" />
<h2 className="browse-header">Browse anime art from the community</h2>
<h2 className="browse-header">admire artists from all over the world</h2>
<Button
link="https://uwucrew.art/derivatives"
label="Go to the art gallery!"
label="view the art gallery!"
/>
{
// Render uwus
Expand Down
2 changes: 1 addition & 1 deletion src/components/HeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const HeroContent = () => {

<div className="hero-column">
<p className="hero-content-text">
Find your place in a passionate community of anime art enthusiasts,
Find your place in a dedicated community of anime art enthusiasts,
where artists and collectors make a global impact!
</p>
<Button
Expand Down
18 changes: 9 additions & 9 deletions src/components/Why.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import "./Why.css";
import Section from "./Section";
import { useRef } from "react";

import uwu2 from "../assets/why/01.jpg";
import uwu1 from "../assets/why/02.jpg";
import uwu1 from "../assets/why/01.jpg";
import uwu2 from "../assets/why/02.jpg";
import uwu3 from "../assets/why/03.jpg";
import useFixedStyles from "../hooks/use-scroll-data";

Expand All @@ -28,21 +28,21 @@ const Why = () => {
<div className="why-content">
<h1 className="why-header">Why uwucrew?!</h1>
<img className="why-image" src={uwu1} alt="uwu" />
<h2 className="why-mid-sub-header">Join The Anime Art Revolution! πŸš€</h2>
<h2 className="why-sub-header">Uniting the world, through art 🌏</h2>
<p className="why-text">
Be part of the anime wave that's defining our generation!
Lets create a culture that values creativity, together~
Fall down a rabbit hole of creativity and be part of our global community,
including over 250+ anime artists!
</p>
<img className="why-image" src={uwu2} alt="uwu" />
<h2 className="why-sub-header">Uniting the world, through art 🌏</h2>
<h2 className="why-mid-sub-header">Join The Anime Art Revolution! πŸš€</h2>
<p className="why-text">
Fall down a rabbit hole of creativity and discover our global community,
including over 250+ anime artists!
Participate in the anime wave that's defining our generation!
Lets create a culture that values creativity, together~
</p>
<img className="why-image" src={uwu3} alt="uwu" />
<h2 className="why-mid-sub-header">Enter... the uwuminati 😎</h2>
<p className="why-text">
Discover a crew of like-minded people inspired by anime and strive to make a positive impact on anime art!
Discover a crew of like-minded people inspired by anime and striving to make a positive impact on anime art!
</p>
<div className="why-buffer" />
</div>
Expand Down

0 comments on commit b6cade1

Please sign in to comment.