Components
A modern two-column scrollspy section highlighting AppVibed’s key advantages. Includes sticky navigation, Intersection Observer tracking, smooth scrolling, and gradient-accented UI cards.
Loading preview...
import * as React from "react";
import WhyAppVibed from "./why-appvibed";
export default function Demo() {
return <WhyAppVibed />;
}
Loading preview...