2 Commits

Author SHA1 Message Date
kudinDmitriyUp
36661602df Bob AI: Update hero section spacing to match the rest of the site 2026-06-03 15:06:02 +00:00
f1324c3acc Merge version_9_1780498852595 into main
Merge version_9_1780498852595 into main
2026-06-03 15:01:49 +00:00

View File

@@ -38,8 +38,8 @@ export default function HeroSection(): React.JSX.Element {
}, []); }, []);
return ( return (
<div id="hero" data-webild-section="hero" className="relative w-full pt-24 pb-12 px-6"> <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="max-w-6xl mx-auto mb-12"> <div className="container mx-auto mb-12">
<h1 className="text-6xl md:text-8xl font-bold tracking-tight mb-8 text-center"> <h1 className="text-6xl md:text-8xl font-bold tracking-tight mb-8 text-center">
Innovate Marketing Innovate Marketing
</h1> </h1>
@@ -57,7 +57,7 @@ export default function HeroSection(): React.JSX.Element {
</div> </div>
</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) => ( {IMAGES.map((src, index) => (
<div <div
key={src} key={src}