Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 404a6058c0 | |||
| f5dba764e5 |
@@ -104,6 +104,7 @@ const HeroBillboardCarousel = ({
|
||||
"w-full md:w-content-width md:h-full md:items-start md:justify-center",
|
||||
containerClassName
|
||||
)}>
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between">
|
||||
<TextBox
|
||||
title={title}
|
||||
description={description}
|
||||
@@ -122,6 +123,8 @@ const HeroBillboardCarousel = ({
|
||||
buttonTextClassName={buttonTextClassName}
|
||||
center={false}
|
||||
/>
|
||||
<h2 className="mt-10 md:mt-0">Hero Section Title</h2>
|
||||
</div>
|
||||
|
||||
<div className={cls("w-full -mx-[var(--content-padding)]", mediaWrapperClassName)}>
|
||||
<AutoCarousel
|
||||
|
||||
Reference in New Issue
Block a user