Comment out Testimonials component in HomePage

This commit is contained in:
fgrreloaded
2025-03-24 08:54:59 +05:30
parent 8b3ea4140e
commit c3286af5b6

View File

@@ -6,7 +6,7 @@ import CustomizableSection from "./_components/CustomizableSection";
import NpmPackage from "./_components/NpmPackage"; import NpmPackage from "./_components/NpmPackage";
import TechShowcase from "./_components/TechShowcase"; import TechShowcase from "./_components/TechShowcase";
// import TerminalDisplay from "./_components/Terminal"; // import TerminalDisplay from "./_components/Terminal";
import Testimonials from "./_components/Testimonials"; // import Testimonials from "./_components/Testimonials";
export default function HomePage() { export default function HomePage() {
return ( return (
@@ -126,7 +126,7 @@ export default function HomePage() {
</div> </div>
</div> </div>
</div> </div>
<Testimonials /> {/* <Testimonials /> */}
</main> </main>
); );
} }