Merge remote-tracking branch 'kediritechnopark.com/main'

This commit is contained in:
everythingonblack
2025-08-18 00:06:04 +07:00
32 changed files with 6320 additions and 319 deletions

View File

@@ -9,8 +9,11 @@ import ServicesSection from './components/ServicesSection';
import ProductSection from './components/ProductSection';
import AcademySection from './components/AcademySection';
import AboutUsSection from './components/AboutUsSection';
import KnowledgeBaseSection from './components/KnowledgeBaseSection';
import ClientsSection from './components/ClientsSection';
// KnowledgeBaseSection hidden temporarily
// import KnowledgeBaseSection from './components/KnowledgeBaseSection';
// ClientsSection hidden temporarily
// import ClientsSection from './components/ClientsSection';
import FAQSection from './components/FAQSection';
import Footer from './components/Footer';
import ProductDetailPage from './components/ProductDetailPage';
import Dashboard from './components/Dashboard';