added content cards and picture with text section. also added hero section
This commit is contained in:
@@ -8,10 +8,10 @@ export default function HeroSection() {
|
||||
return(
|
||||
<>
|
||||
<div className="hero-main flex flex-wrap">
|
||||
<div className="grid grid-cols-1 grid-rows-1 p-4 w-1/2">
|
||||
<img className="not-last-of-type:col-start-1 row-start-1 w-full h-auto object-cover hero-picture" src={heroPictureOne.src}/>
|
||||
<img className="col-start-1 row-start-1 self-end justify-end hero-picture rotate-20" src={heroPictureTwo.src}/>
|
||||
<img className="col-start-1 row-start-1 self-end justify-end hero-picture rotate-40" src={heroPictureThree.src}/>
|
||||
<div className="hero-picture-stack p-4">
|
||||
<img className="hero-picture" src={heroPictureOne.src} alt="" />
|
||||
<img className="hero-picture hero-picture--tilt-20" src={heroPictureTwo.src} alt="" />
|
||||
<img className="hero-picture hero-picture--tilt-40" src={heroPictureThree.src} alt="" />
|
||||
</div>
|
||||
<div className="hero-right">
|
||||
<h1 className="mb-4 text-5xl font-bold text-heading md:text-6xl lg:text-7xl"><span className="text-transparent bg-clip-text bg-gradient-to-r bg-violet-800 from-sky-400">Sculpted Arc</span><br/> Web Solutions</h1>
|
||||
|
||||
Reference in New Issue
Block a user