Components
A visually striking testimonial section with animated cards, parallax hover motion, and dynamic gradient backgrounds.
Loading preview...
import React from "react";
import Component from "../components/ui/animated-testimonial";
import "../index.css";
export default function Page() {
// Fixed, single-viewport wrapper that also sits above most overlays
return (
<div className="demo-root">
<Component />
</div>
);
}