@akson/cortex-landing-templates
v0.4.1
Published
Ready-to-use landing page React components - hero sections, forms, trust indicators, and social proof
Maintainers
Readme
@akson/cortex-landing-templates
Ready-to-use landing page React components - hero sections, forms, trust indicators, and social proof
Installation
npm install @akson/cortex-landing-templatesUsage
import { HeroSection, TestimonialSection, PricingSection, ContactForm } from '@akson/cortex-landing-templates';
function LandingPage() {
return (
<div>
<HeroSection
title="Swiss Military Badges"
subtitle="Custom badges for Swiss military personnel"
ctaText="Order Now"
backgroundImage="/hero-bg.jpg"
/>
<TestimonialSection testimonials={reviews} />
<PricingSection
plans={pricingPlans}
currency="CHF"
/>
<ContactForm
onSubmit={handleSubmission}
includeWhatsApp
/>
</div>
);
}Templates
HeroSection- Landing page headersTestimonialSection- Customer reviewsPricingSection- Product pricingContactForm- Lead generation formsFeatureGrid- Product featuresTrustIndicators- Social proof elements
Features
- Swiss military aesthetic
- Mobile-first responsive
- Built-in analytics tracking
- WhatsApp integration
- MyArmy branding
License
MIT © MyArmy
