Remove deprecated components from the project
- Delete unused components including About19, Contact21, CTA, Faq7, Feature284, Hero235, Landing, Pricing4, Stats11, and Accordion. - Clean up the codebase by removing unnecessary files to improve maintainability and reduce clutter. - Ensure that the removal of these components does not affect the existing functionality of the application.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import { LandingHeroSection } from "@/components/landing-hero-section";
|
||||
import { LandingRest } from "@/components/landing";
|
||||
import { LandingPageSections } from "@/components/landing-page-sections";
|
||||
import { Footer27 } from "@/components/footer27";
|
||||
import "@/styles/global.css";
|
||||
---
|
||||
@@ -21,7 +21,7 @@ import "@/styles/global.css";
|
||||
<body>
|
||||
<main class="min-h-screen overflow-hidden bg-background text-foreground">
|
||||
<LandingHeroSection client:media="(min-width: 1024px)" />
|
||||
<LandingRest />
|
||||
<LandingPageSections />
|
||||
<Footer27 />
|
||||
</main>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user