Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-25 23:40:33 +00:00

View File

@@ -14,7 +14,7 @@ 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/ChessGame'), { ssr: false });
const ChessGame = dynamic(() => import('@/components/game/ChessGame'), { ssr: false });
export default function LandingPage() {
return (