UI: Refactor all page headers to minimal text layout without hero images and fix overlapping with navbar

This commit is contained in:
Ayris Dev
2026-07-15 14:31:56 +03:00
parent 7a874ab11d
commit f78fb90a55
6 changed files with 63 additions and 131 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default function AboutSection({ aboutData, lang }: AboutSectionProps) {
<ScrollReveal className="relative">
<div className="relative h-[540px] lg:h-[660px] rounded-3xl overflow-hidden shadow-2xl">
<Image
src={aboutData.image}
src="/kitesurf.png"
alt={aboutData.badge}
fill
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"