Merge version_15_1781011519715 into main #14
@@ -25,7 +25,7 @@ const AboutInline = () => {
|
||||
return (
|
||||
<section aria-label="About section" className="py-20">
|
||||
<div className="w-content-width mx-auto flex flex-col gap-8">
|
||||
<div className="flex flex-col gap-4 items-start">
|
||||
<div className="flex flex-col gap-4 items-center text-center">
|
||||
<Tag text="Premium Experience" />
|
||||
<TextAnimation
|
||||
text={"Grandeur Hotel: A Sanctuary of Elegance"}
|
||||
@@ -34,6 +34,12 @@ const AboutInline = () => {
|
||||
tag="h2"
|
||||
className="text-5xl 2xl:text-6xl leading-[1.15] font-semibold text-balance"
|
||||
/>
|
||||
{(primaryButton || secondaryButton) && (
|
||||
<div className="flex flex-wrap justify-center gap-4 mt-4">
|
||||
{primaryButton && <Button text={primaryButton.text} href={primaryButton.href} variant="primary" />}
|
||||
{secondaryButton && <Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary" animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 items-stretch">
|
||||
<div className="flex flex-col gap-6 h-full">
|
||||
@@ -46,12 +52,7 @@ const AboutInline = () => {
|
||||
</ul>
|
||||
</Card>
|
||||
|
||||
{(primaryButton || secondaryButton) && (
|
||||
<div className="flex flex-wrap gap-4 mt-auto">
|
||||
{primaryButton && <Button text={primaryButton.text} href={primaryButton.href} variant="primary" />}
|
||||
{secondaryButton && <Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary" animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
|
||||
</div>
|
||||
|
||||
<div className="relative w-full h-full min-h-[400px] rounded-2xl overflow-hidden border border-border">
|
||||
|
||||
Reference in New Issue
Block a user