|
|
|
@ -12,7 +12,7 @@ export interface HomeProps {
|
|
|
|
export function HomeContent(props: HomeProps) {
|
|
|
|
export function HomeContent(props: HomeProps) {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className={styles['container']}>
|
|
|
|
<div className={styles['container']}>
|
|
|
|
<header className="w-full min-h-[75vh] bg-gray-500"></header>
|
|
|
|
<header className="w-full hidden sm:block min-h-[40vh] md:min-h-[50vh] lg:min-h-[75vh] bg-gray-500 bg-cover bg-no-repeat" style={{backgroundImage: 'url(/images/home.jpeg)'}}></header>
|
|
|
|
<HomeSectionCardsHeader />
|
|
|
|
<HomeSectionCardsHeader />
|
|
|
|
<HomeSectionGrid />
|
|
|
|
<HomeSectionGrid />
|
|
|
|
<HomeSectionVideo />
|
|
|
|
<HomeSectionVideo />
|
|
|
|
|