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