resp fixes
This commit is contained in:
33
src/App.tsx
33
src/App.tsx
@@ -41,6 +41,7 @@ import WebinarsListing from "./components/WebinarsListing";
|
||||
import WebinarDetail from "./components/WebinarDetail";
|
||||
import { LearningOnline } from "./components/LearningOnline";
|
||||
import { Terms } from "./components/Terms";
|
||||
import HomePage from './pages/HomePage';
|
||||
// import EnrollPlaceholder from "./components/EnrollPlaceholder";
|
||||
// import ForgotPasswordPlaceholder from "./components/ForgotPasswordPlaceholder";
|
||||
// import DashboardPlaceholder from "./components/DashboardPlaceholder";
|
||||
@@ -134,22 +135,22 @@ export default function App() {
|
||||
}
|
||||
|
||||
// Home Page Component (extracted from your default landing page)
|
||||
function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<StatsSection />
|
||||
<LogosSection />
|
||||
<ServicesSection />
|
||||
<VirtualSpaceSection />
|
||||
<TestimonialsSection />
|
||||
<UpcomingWebinarsSection />
|
||||
<InsightsSection />
|
||||
<WhitepapersSection />
|
||||
<CTABannerSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
// function HomePage() {
|
||||
// return (
|
||||
// <>
|
||||
// <HeroSection />
|
||||
// <StatsSection />
|
||||
// <LogosSection />
|
||||
// <ServicesSection />
|
||||
// <VirtualSpaceSection />
|
||||
// <TestimonialsSection />
|
||||
// <UpcomingWebinarsSection />
|
||||
// <InsightsSection />
|
||||
// <WhitepapersSection />
|
||||
// <CTABannerSection />
|
||||
// </>
|
||||
// );
|
||||
// }
|
||||
|
||||
// 404 Not Found Component
|
||||
function NotFound() {
|
||||
|
||||
Reference in New Issue
Block a user