Compare commits
1 Commits
version_2
...
addb16b213
| Author | SHA1 | Date | |
|---|---|---|---|
| addb16b213 |
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="sharp"
|
borderRadius="sharp"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="none"
|
background="dots"
|
||||||
cardStyle="elevated"
|
cardStyle="elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ const HeroSplitDualMedia = ({
|
|||||||
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
|
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
|
||||||
<div className="w-full md:w-1/2">
|
<div className="w-full md:w-1/2">
|
||||||
<TextBox
|
<TextBox
|
||||||
title="Yo, Bob!"
|
title={title}
|
||||||
description={description}
|
description={description}
|
||||||
tag={tag}
|
tag={tag}
|
||||||
tagIcon={tagIcon}
|
tagIcon={tagIcon}
|
||||||
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
|
|||||||
center={true}
|
center={true}
|
||||||
/>
|
/>
|
||||||
<TextBox
|
<TextBox
|
||||||
title="Yo, Bob!"
|
title={title}
|
||||||
description={description}
|
description={description}
|
||||||
tag={tag}
|
tag={tag}
|
||||||
tagIcon={tagIcon}
|
tagIcon={tagIcon}
|
||||||
|
|||||||
Reference in New Issue
Block a user