Bob AI: Update hero section spacing to match the rest of the site

This commit is contained in:
kudinDmitriyUp
2026-06-03 15:06:02 +00:00
parent f1324c3acc
commit 36661602df

View File

@@ -38,8 +38,8 @@ export default function HeroSection(): React.JSX.Element {
}, []);
return (
<div id="hero" data-webild-section="hero" className="relative w-full pt-24 pb-12 px-6">
<div className="max-w-6xl mx-auto mb-12">
<div id="hero" data-webild-section="hero" className="relative w-full pt-24 pb-12 px-4 sm:px-6 lg:px-8">
<div className="container mx-auto mb-12">
<h1 className="text-6xl md:text-8xl font-bold tracking-tight mb-8 text-center">
Innovate Marketing
</h1>
@@ -57,7 +57,7 @@ export default function HeroSection(): React.JSX.Element {
</div>
</div>
<div className="w-full max-w-6xl mx-auto relative rounded-3xl overflow-hidden aspect-[16/9] md:aspect-[21/9] shadow-2xl bg-muted">
<div className="w-full container mx-auto relative rounded-3xl overflow-hidden aspect-[16/9] md:aspect-[21/9] shadow-2xl bg-muted">
{IMAGES.map((src, index) => (
<div
key={src}