Implement scrolling testimonials component with improved layout and animation

This commit is contained in:
fgrreloaded
2025-03-25 21:34:30 +05:30
parent 42dc91aed6
commit 7f91dd7592
2 changed files with 71 additions and 36 deletions

View File

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