Merge version_2 into main #5
@@ -12,9 +12,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import dynamic from 'next/dynamic';
|
||||
|
||||
const ChessGame = dynamic(() => import('@/components/game/ChessGame'), { ssr: false });
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -67,7 +64,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="chess-game" data-section="chess-game" className="py-20">
|
||||
<ChessGame />
|
||||
<div className="flex items-center justify-center text-center p-20">Chess Engine Placeholder</div>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
|
||||
Reference in New Issue
Block a user