mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Comment out Testimonials component in HomePage
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user