ok rm gitignore
This commit is contained in:
29
public/images/components/CallToAction3.jsx
Normal file
29
public/images/components/CallToAction3.jsx
Normal file
@@ -0,0 +1,29 @@
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Logo } from '@/components/Logo'
|
||||
|
||||
|
||||
export function CallToAction3() {
|
||||
return (
|
||||
<section
|
||||
id="get-started-today"
|
||||
className="relative overflow-hidden bg-transparent py-48 mt-4"
|
||||
>
|
||||
<img
|
||||
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
|
||||
src="./images/komombo.jpg"
|
||||
alt=""
|
||||
width={1440}
|
||||
height={564}
|
||||
/>
|
||||
<div className="absolute inset-0 bg-black opacity-60"></div>
|
||||
<Container className="relative ">
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
<div className="flex items-center justify-center">
|
||||
<Logo className="h-25 w-auto opacity-100" />
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
</section>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user