diff --git a/src/home/pages/home-page.tsx b/src/home/pages/home-page.tsx index e2ee20d..5a05469 100644 --- a/src/home/pages/home-page.tsx +++ b/src/home/pages/home-page.tsx @@ -1,7 +1,8 @@ -import dynamic from 'next/dynamic'; +// import dynamic from 'next/dynamic'; import Image from 'next/image'; import Link from 'next/link'; -import React, { Suspense } from 'react'; +// import React, { Suspense } from 'react'; +import React from 'react'; import { Button } from '@nextui-org/react'; @@ -11,20 +12,20 @@ import { FlashIcon } from '@/home/components/icons/flash'; import { Marquee } from '@/home/components/marquee'; import { TestimonialSwiper } from '@/home/components/testimonial-swiper'; -const Spline = dynamic(() => import('@splinetool/react-spline'), { - ssr: true, - loading: () =>

Loading ...

, -}); +// const Spline = dynamic(() => import('@splinetool/react-spline'), { +// ssr: true, +// loading: () =>

Loading ...

, +// }); export const HomePage = () => { return (
-
+ {/*
Loading...
}> -
+
*/}

@@ -241,9 +242,9 @@ export const HomePage = () => {

- Loading...
}> + {/* Loading...}> - + */}