Merge version_3_1779665480203 into main #5
@@ -61,8 +61,8 @@ const InlinedHeroBrand = ({
|
||||
|
||||
<div className="w-full md:w-1/2 flex justify-start md:justify-end">
|
||||
<div className="flex flex-wrap gap-3">
|
||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
|
||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
|
||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary" className="[perspective:1000px] [transform-style:preserve-3d] transition-transform duration-300 hover:[transform:rotateX(20deg)_rotateY(20deg)_translateZ(50px)]"/>
|
||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary" animationDelay={0.1} className="[perspective:1000px] [transform-style:preserve-3d] transition-transform duration-300 hover:[transform:rotateX(20deg)_rotateY(20deg)_translateZ(50px)]" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user