From cd429229838baebbeab8f638d97f8a85f07dea1f Mon Sep 17 00:00:00 2001 From: sneeex Date: Fri, 19 Dec 2025 12:14:14 +0000 Subject: [PATCH] add space between hero title --- src/sections/Hero.jsx | 87 ++++++++++++++++++++++++++----------------- 1 file changed, 53 insertions(+), 34 deletions(-) diff --git a/src/sections/Hero.jsx b/src/sections/Hero.jsx index 9c0bcd3..9abfece 100644 --- a/src/sections/Hero.jsx +++ b/src/sections/Hero.jsx @@ -1,69 +1,88 @@ import React from 'react'; -import {motion} from 'framer-motion'; -import {ArrowRight} from 'lucide-react'; -import {BrandLogo} from '../components/BrandLogo'; -import {Bubbles} from '../components/Bubbles'; -import {ObfuscatedMail} from '../components/ObfuscatedMail'; -import {SOCIALS} from '../data/content'; +import { motion } from 'framer-motion'; +import { ArrowRight } from 'lucide-react'; +import { BrandLogo } from '../components/BrandLogo'; +import { Bubbles } from '../components/Bubbles'; +import { ObfuscatedMail } from '../components/ObfuscatedMail'; +import { SOCIALS } from '../data/content'; export const Hero = () => { const emailSocial = SOCIALS.find(s => !s.link.startsWith('http')); const rawEmail = emailSocial ? emailSocial.link : 'hello@liquid-dev.de'; return ( -
-
-
- +
+ + +
- - + - +

- LIQUID - + DEVELOPMENT

- Open-source - software development team + + Open-source software development team - - + Explore Work - {/* Obfuscated Text Button */} Contact Team -