Components
Resolvr branded SaaS landing page system with hero, product mockup, workflow cards, pricing, FAQ, CTA and footer sections.
Loading preview...
import ResolvrLandingSystem from "@/components/ui/resolvr-landing-system";
export default function ResolvrLandingSystemDemo() {
return (
<ResolvrLandingSystem
logoSrc="/resolvr.nl.png"
signInHref="/sign-in"
signUpHref="/sign-up"
whiteLogoSrc="/resolvr-logo-wit.png"
/>
);
}