Skip to content

Commit

Permalink
Try new things
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Jan 4, 2024
1 parent a83702e commit e7b1725
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/HeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const HeroContent = () => {
<div className="hero-content">
<div className="hero-column">
<h3 className="hero-content-header">
Welcome to uwucrew: immerse yourself into the future of anime art 🌐✨
Welcome to uwucrew:<br/>immerse yourself into the future of anime art 🌐✨
</h3>
<div className="socials-container">
<div className="socials-text">Find us on</div>
Expand Down
8 changes: 4 additions & 4 deletions src/components/Why.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
}

.why-sub-header {
max-width: 30rem;
max-width: none;
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
margin-bottom: 4rem;
margin-bottom: 3rem;
margin-top: 16rem;
color: var(--bg);

Expand All @@ -105,11 +105,11 @@
}

.why-mid-sub-header {
max-width: 30rem;
max-width: none;
font-size: 3.2rem;
font-weight: 700;
line-height: 4rem;
margin-bottom: 4rem;
margin-bottom: 3rem;
margin-top: 18rem;
color: var(--bg);

Expand Down
4 changes: 2 additions & 2 deletions src/components/Why.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const Why = () => {
Lets create a culture where every creator shines, together!
</p>
<img className="why-image" src={uwu3} alt="uwu" />
<h2 className="why-mid-sub-header">Become one of the uwuminati 😎</h2>
<h2 className="why-mid-sub-header">Enter the uwuminati 😎</h2>
<p className="why-text">
Join a crew that values creativity - connect with like-minded people who strive to make a positive impact on anime art!
Find a crew that values creativity - connect with like-minded people who strive to make a positive impact on anime art!
</p>
<div className="why-buffer" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ const { title } = Astro.props;
<title>{title}</title>
<meta
name="description"
content="Join uwucrew and immerse yourself in a captivating world of anime art"
content="Welcome to uwucrew: immerse yourself into the future of anime art "
/>

<!-- Socials -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@uwucrewnft" />
<meta name="twitter:title" content="uwucrew anime art by uwu Labs" />
<meta name="twitter:title" content="uwucrew: the future of anime art" />
<meta name="twitter:image" content="https://uwucrew.art/og-image.jpg" />
<meta property="og:image" content="https://uwucrew.art/og-image.jpg" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Blog from "../components/Blog";
import Community from "../components/Community";
---

<Layout title="uwucrew anime art by uwu Labs">
<Layout title="uwucrew: the future of anime art">
<main>
<Hero client:load />
<Why client:idle />
Expand Down

0 comments on commit e7b1725

Please sign in to comment.