Fix mobile, the image was getting cut due to h-vw90
spotlight image made a bit smaller Category slider images were HUGE
This commit is contained in:
@ -14,9 +14,9 @@ export default function HomePage() {
|
||||
<div className='overflow-x-hidden'>
|
||||
<HeroSwiper />
|
||||
{/* First Two-Column Layout */}
|
||||
<section className='flex flex-col md:flex-row items-center bg-white h-[90vh] overflow-clip'>
|
||||
<section className='flex flex-col md:flex-row items-center bg-white md:h-[90vh] overflow-clip'>
|
||||
{/* Left Column - Text with Header */}
|
||||
<div className='w-full md:w-1/2 md:h-auto'>
|
||||
<div className='w-full md:w-1/2'>
|
||||
<div className='m-8 space-y-10'>
|
||||
<AnimatedText finishClass='delay-300'>
|
||||
<h2 className='text-s-title font-normal text-justify font-montera'>Brand Story</h2>
|
||||
|
||||
Reference in New Issue
Block a user