Compare commits
2 Commits
version_9_
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36661602df | ||
| f1324c3acc |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user