Components
A dynamic scroll-activated component that seamlessly updates service details based on user interaction. On the left, a vertical navigation bar highlights key offerings like Web Development and App Development. As users click or scroll, the corresponding content updates on the right with smooth transitions, offering an intuitive and engaging experience.
Loading preview...
import { Component } from "@/components/ui/web-services";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };