Compare commits
4 Commits
version_14
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a1e1b8121 | ||
| b744e497c0 | |||
|
|
1e6aab2988 | ||
| 587cbacf95 |
@@ -40,7 +40,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
}, [progress, images.length]);
|
||||
|
||||
return (
|
||||
<div id="hero" data-webild-section="hero" className="w-full pt-32 pb-16 px-4 md:px-8 bg-background">
|
||||
<div id="hero" data-webild-section="hero" className="w-full pt-32 pb-16 px-4 md:px-8">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div className="container mx-auto max-w-6xl flex flex-col items-center text-center">
|
||||
<div className="flex flex-col items-center text-center gap-4 mb-16 max-w-3xl mx-auto">
|
||||
@@ -57,7 +57,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="w-full rounded-3xl overflow-hidden shadow-2xl border border-border relative">
|
||||
<div className="w-full rounded-3xl overflow-hidden shadow-2xl relative">
|
||||
<div className="relative w-full h-[60vh]">
|
||||
{images.map((src, index) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user