feat: updated home section like projects section card, referance card

This commit is contained in:
poyrazavsever
2026-07-16 09:02:41 +03:00
parent 6e12c03312
commit 978f76bfc2
6 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ export function HomeHero({ news }: HomeHeroProps) {
const router = useRouter();
return (
<section className="space-y-4">
<section>
<div className="relative grid min-h-[150px] overflow-hidden border-b border-border py-4 sm:grid-cols-[1fr_180px] sm:py-5">
<div className="flex max-w-2xl flex-col justify-center gap-2">
<Typography
@@ -105,7 +105,7 @@ export function HomeHero({ news }: HomeHeroProps) {
</div>
</div>
<section className="space-y-3">
<section className="space-y-3 pt-12 md:pt-14">
<div className="flex items-center justify-between gap-4">
<Typography
variant="h3"