Merge pull request #9 from mr-shortman/dev

fixed padding top on hero section
This commit is contained in:
Pablo 2024-12-02 15:12:40 +01:00 committed by GitHub
commit eb51c768c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import Contact from "@/components/setions/contact";
export default function Home() { export default function Home() {
return ( return (
<> <>
<div className="lg:pt-20 w-full"> <div className="pt-20 lg:pt-32 w-full">
<Hero /> <Hero />
</div> </div>
<div className="w-full mt-20 lg:mt-44 space-y-12"> <div className="w-full mt-20 lg:mt-44 space-y-12">