File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { HeroImage } from "@/app/_components/hero-image"
2- import { HeroVideo } from "@/app/_components/hero-video"
32import {
43 TypographyH1 ,
54 TypographyH2 ,
87 TypographyP ,
98 TypographySmall ,
109} from "@/app/_components/typography"
11- import { VideoSkeleton } from "@/app/_components/video-skeleton"
1210import { Button } from "@/components/ui/button"
1311import {
1412 ArrowRight ,
@@ -18,7 +16,7 @@ import {
1816 UsersRoundIcon ,
1917} from "lucide-react"
2018import Link from "next/link"
21- import { Fragment , Suspense } from "react"
19+ import { Fragment } from "react"
2220import { Footer } from "./_components/footer"
2321
2422const STATUS_DOT = {
@@ -115,15 +113,8 @@ export default function Page() {
115113 </ div >
116114 </ div >
117115
118- < div className = "w-full min-w-0 max-md:flex max-md:flex-1 max-md:items-center md:mt-0 md:flex-1 md:min-w-0" >
119- < div className = "block w-full pt-4 md:hidden" >
120- < HeroImage />
121- </ div >
122- < div className = "hidden w-full md:block" >
123- < Suspense fallback = { < VideoSkeleton /> } >
124- < HeroVideo />
125- </ Suspense >
126- </ div >
116+ < div className = "w-full min-w-0 pt-8 md:flex-[1.3] md:pt-0" >
117+ < HeroImage />
127118 </ div >
128119 </ main >
129120
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments