style: adjust hero text size and hide solutions section on mobile

This commit is contained in:
2025-10-17 17:52:10 +02:00
parent a601ba8079
commit 3206934957
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ const rotatingWords = [
export function AboutHero() { export function AboutHero() {
return ( return (
<section className="lg:max-w-6xl flex flex-col items-start justify-center min-h-[60vh] px-6 md:px-16 text-white"> <section className="lg:max-w-6xl flex flex-col items-start justify-center min-h-[60vh] px-6 md:px-16 text-white">
<h1 className="text-5xl lg:text-6xl font-medium leading-none"> <h1 className="text-4xl lg:text-6xl font-medium leading-none">
Building a Decentralized Internet for{" "} Building a Decentralized Internet for{" "}
<TypeAnimation <TypeAnimation
sequence={rotatingWords} sequence={rotatingWords}

View File

@@ -19,7 +19,7 @@ export function AboutSolutions() {
return ( return (
<section <section
className="relative bg-[#121212] text-gray-200 overflow-hidden" className="relative hidden bg-[#121212] text-gray-200 overflow-hidden md:block"
style={ style={
{ {
"--cell": "4rem", "--cell": "4rem",