update nearle logo in hero section
This commit is contained in:
@@ -106,9 +106,9 @@ export function Hero() {
|
||||
transition={{ duration: 1.2, ease: "easeOut" }}
|
||||
/>
|
||||
|
||||
<div className="page-container relative z-10 flex min-h-[560px] items-center justify-center px-6 pt-20 pb-10 sm:px-8 sm:pt-24 md:min-h-[85vh] md:py-20 lg:py-24">
|
||||
<div className="page-container relative z-10 flex min-h-[560px] items-center justify-center px-6 pt-20 pb-10 sm:px-8 sm:pt-24 md:min-h-[85vh] md:py-16 lg:py-16">
|
||||
|
||||
<div className="relative z-20 flex w-full max-w-[860px] flex-col items-center text-center px-6 py-10 md:px-14 md:py-12">
|
||||
<div className="relative z-20 flex w-full max-w-[860px] flex-col items-center text-center px-6 py-8 md:px-14 md:py-6 lg:py-8">
|
||||
<HeroLogo />
|
||||
|
||||
{/* Badge */}
|
||||
|
||||
Reference in New Issue
Block a user