Compare commits
3 Commits
version_6_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 497cfbf854 | |||
|
|
ee03fea5aa | ||
| 6d1cb751d0 |
@@ -34,7 +34,7 @@ const HeroBillboard = ({
|
|||||||
videoSrc,
|
videoSrc,
|
||||||
}: HeroBillboardProps) => {
|
}: HeroBillboardProps) => {
|
||||||
return (
|
return (
|
||||||
<section aria-label="Hero section" className="relative pt-25 pb-20 md:py-30 mb-20">
|
<section aria-label="Hero section" className="relative pt-25 pb-20 md:py-30">
|
||||||
<HeroBackgroundSlot />
|
<HeroBackgroundSlot />
|
||||||
<div className="flex flex-col gap-10 w-content-width mx-auto">
|
<div className="flex flex-col gap-10 w-content-width mx-auto">
|
||||||
<div className="flex flex-col items-center gap-2 text-center">
|
<div className="flex flex-col items-center gap-2 text-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user