diff --git a/client/package.json b/client/package.json index 5e59dde..f24ac90 100644 --- a/client/package.json +++ b/client/package.json @@ -15,11 +15,13 @@ "axios": "^1.10.0", "framer-motion": "^12.18.1", "react": "^19.1.0", + "react-confetti": "^6.4.0", "react-dom": "^19.1.0", "react-gradient-scroll-indicator": "^1.0.1", "react-router-dom": "^7.6.2", "react-spring": "^10.0.1", "react-spring-bottom-sheet": "3.5.0-alpha.0", + "react-use": "^17.6.0", "socket.io-client": "^4.8.1", "swiper": "^11.2.8", "tailwindcss": "^4.1.10" diff --git a/client/public/background.png b/client/public/background.png new file mode 100644 index 0000000..f32c74e Binary files /dev/null and b/client/public/background.png differ diff --git a/client/src/App.tsx b/client/src/App.tsx index c32b10d..76209b7 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -14,12 +14,16 @@ import ComparePage from './pages/ComparePage'; import TestResultPage from './pages/TestResultPage'; import MainPage from './pages/MainPage'; import Footer from './components/common/Footer'; +import ServiceGuidePage from './pages/ServiceGuidePage'; const MainLayout = () => { return ( <>
-
+