Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d447cb42f | |||
| 27b76a64c4 | |||
| b838fa04c1 |
238
src/app/page.tsx
238
src/app/page.tsx
@@ -48,155 +48,107 @@ export default function SaasTemplatePage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
brandName="SaasApp"
|
brandName="SaaSBuild"
|
||||||
button={{ text: "Get Started", href: "#" }}
|
button={{ text: "Get Started", href: "#" }}
|
||||||
/>
|
/>
|
||||||
<HeroCentered
|
<div id="hero">
|
||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
<HeroCentered
|
||||||
avatars={avatars}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
avatarText="Trusted by 1000+ users"
|
avatars={avatars}
|
||||||
title="Build Modern Web Experiences"
|
avatarText="Trusted by 1000+ developers"
|
||||||
description="Create stunning, responsive websites with our comprehensive component library designed"
|
title="Engineering Modern Web Experiences"
|
||||||
buttons={[
|
description="Accelerate your development lifecycle with our specialized toolkit for high-performance SaaS applications."
|
||||||
{
|
buttons={[
|
||||||
text: "Get Started", onClick: () => console.log("Get Started clicked"),
|
{ text: "Get Started", onClick: () => console.log("Get Started clicked") },
|
||||||
},
|
{ text: "Learn More", onClick: () => console.log("Learn More clicked") },
|
||||||
{
|
]}
|
||||||
text: "Learn More", onClick: () => console.log("Learn More clicked"),
|
marqueeItems={[
|
||||||
},
|
{ type: "text-icon", text: "Fast", icon: Zap },
|
||||||
]}
|
{ type: "text-icon", text: "Secure", icon: Shield },
|
||||||
marqueeItems={[
|
{ type: "text-icon", text: "Scalable", icon: Rocket },
|
||||||
{ type: "text-icon", text: "Lightning Fast", icon: Zap },
|
{ type: "text-icon", text: "Reliable", icon: Target },
|
||||||
{ type: "text-icon", text: "Enterprise Security", icon: Shield },
|
{ type: "text-icon", text: "Optimized", icon: Sparkles },
|
||||||
{ type: "text-icon", text: "99.9% Uptime", icon: Rocket },
|
]}
|
||||||
{ type: "text-icon", text: "Precision Targeting", icon: Target },
|
/>
|
||||||
{ type: "text-icon", text: "AI Powered", icon: Sparkles },
|
</div>
|
||||||
]}
|
<div id="features">
|
||||||
/>
|
<FeatureBento
|
||||||
<FeatureBento
|
features={features}
|
||||||
features={features}
|
animationType="none"
|
||||||
animationType="none"
|
tag="Core Architecture"
|
||||||
tag="Features"
|
title="Purpose-Built Infrastructure"
|
||||||
title="Powerful Features"
|
description="Engineering-grade foundations to handle complex application logic."
|
||||||
description="Everything you need to build and scale your product"
|
textboxLayout="default"
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
useInvertedBackground={false}
|
/>
|
||||||
/>
|
</div>
|
||||||
<FeatureBorderGlow
|
<div id="about">
|
||||||
tag="Why Choose Us"
|
<FeatureBorderGlow
|
||||||
tagIcon={Users}
|
tag="Why Choose Us"
|
||||||
title="Built by developers, for developers"
|
tagIcon={Users}
|
||||||
description="We understand the challenges of modern software development because we face them every day."
|
title="Built by developers, for developers"
|
||||||
animationType="slide-up"
|
description="We provide the modular blocks needed to iterate faster and ship more effectively."
|
||||||
textboxLayout="default"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
features={[
|
useInvertedBackground={false}
|
||||||
{
|
features={[
|
||||||
icon: Layers,
|
{ icon: Layers, title: "Modular Architecture", description: "Build with composable components that scale with your needs" },
|
||||||
title: "Modular Architecture", description: "Build with composable components that scale with your needs"},
|
{ icon: Code, title: "Developer Experience", description: "Clean APIs and comprehensive documentation for faster development" },
|
||||||
{
|
{ icon: Shield, title: "Enterprise Security", description: "Bank-level encryption and compliance with industry standards" },
|
||||||
icon: Code,
|
{ icon: Rocket, title: "Lightning Fast", description: "Optimized for performance with sub-second response times" },
|
||||||
title: "Developer Experience", description: "Clean APIs and comprehensive documentation for faster development"},
|
]}
|
||||||
{
|
/>
|
||||||
icon: Shield,
|
</div>
|
||||||
title: "Enterprise Security", description: "Bank-level encryption and compliance with industry standards"},
|
<div id="testimonial">
|
||||||
{
|
<TestimonialCardFifteen
|
||||||
icon: Rocket,
|
testimonial="This toolkit is the industry standard for shipping high-performance products at scale."
|
||||||
title: "Lightning Fast", description: "Optimized for performance with sub-second response times"},
|
rating={5}
|
||||||
]}
|
author="Sarah Chen, Software Architect"
|
||||||
/>
|
avatars={avatars}
|
||||||
<TestimonialCardFifteen
|
ratingAnimation="slide-up"
|
||||||
testimonial="This platform has completely transformed how we build products. The developer experience is unmatched."
|
avatarsAnimation="slide-up"
|
||||||
rating={5}
|
useInvertedBackground={false}
|
||||||
author="Sarah Chen, CTO at TechFlow"
|
/>
|
||||||
avatars={avatars}
|
</div>
|
||||||
ratingAnimation="slide-up"
|
<div id="pricing">
|
||||||
avatarsAnimation="slide-up"
|
<PricingCardEight
|
||||||
useInvertedBackground={false}
|
tag="Licensing"
|
||||||
/>
|
tagIcon={Sparkles}
|
||||||
<PricingCardEight
|
title="Simple, transparent pricing"
|
||||||
tag="Pricing"
|
description="Choose the plan that fits your deployment strategy."
|
||||||
tagIcon={Sparkles}
|
animationType="opacity"
|
||||||
title="Simple, transparent pricing"
|
textboxLayout="default"
|
||||||
description="Choose the plan that works best for you. All plans include a 14-day free trial."
|
useInvertedBackground={false}
|
||||||
animationType="opacity"
|
plans={[
|
||||||
textboxLayout="default"
|
{ id: "starter", badge: "Starter", badgeIcon: Zap, price: "$19/mo", subtitle: "Individual access", features: ["Up to 5 projects", "Basic analytics", "API access"], buttons: [{ text: "Select", onClick: () => {} }] },
|
||||||
useInvertedBackground={false}
|
{ id: "pro", badge: "Pro", badgeIcon: Rocket, price: "$49/mo", subtitle: "Growing teams", features: ["Unlimited projects", "Priority support", "Custom integrations"], buttons: [{ text: "Select", onClick: () => {} }] },
|
||||||
plans={[
|
{ id: "enterprise", badge: "Enterprise", badgeIcon: Crown, price: "$99/mo", subtitle: "Large-scale operations", features: ["Dedicated manager", "SLA compliance", "On-premise option"], buttons: [{ text: "Select", onClick: () => {} }] },
|
||||||
{
|
]}
|
||||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
/>
|
||||||
price: "$19/mo", subtitle: "Perfect for individuals", buttons: [
|
</div>
|
||||||
{ text: "Get Started", onClick: () => console.log("Starter clicked") },
|
<div id="contact">
|
||||||
],
|
<ContactCenter
|
||||||
features: [
|
tag="Contact"
|
||||||
"Up to 5 projects", "Basic analytics", "24/7 email support", "API access"],
|
tagIcon={Mail}
|
||||||
},
|
title="Build Better Together"
|
||||||
{
|
description="Ready to discuss your next technical challenge? Let's connect."
|
||||||
id: "pro", badge: "Pro", badgeIcon: Rocket,
|
background={{ variant: "animated-grid" }}
|
||||||
price: "$49/mo", subtitle: "For growing teams", buttons: [
|
useInvertedBackground={false}
|
||||||
{ text: "Get Started", onClick: () => console.log("Pro clicked") },
|
inputPlaceholder="Enter your email"
|
||||||
],
|
buttonText="Get Started"
|
||||||
features: [
|
onSubmit={(email) => console.log("Email submitted:", email)}
|
||||||
"Unlimited projects", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"],
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
|
||||||
price: "$99/mo", subtitle: "For large organizations", buttons: [
|
|
||||||
{ text: "Contact Sales", onClick: () => console.log("Enterprise clicked") },
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Everything in Pro", "Dedicated account manager", "Custom SLA", "On-premise deployment", "Advanced security"],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
<ContactCenter
|
|
||||||
tag="Contact"
|
|
||||||
tagIcon={Mail}
|
|
||||||
title="Ready to get started?"
|
|
||||||
description="Join thousands of developers building better products with our platform."
|
|
||||||
background={{ variant: "animated-grid" }}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
inputPlaceholder="Enter your email"
|
|
||||||
buttonText="Get Early Access"
|
|
||||||
onSubmit={(email) => console.log("Email submitted:", email)}
|
|
||||||
/>
|
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
|
||||||
title: "Product", items: [
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ label: "Features", href: "#features" },
|
{ title: "Resources", items: [{ label: "Documentation", href: "#" }, { label: "Status", href: "#" }] },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
{ label: "Integrations", href: "#" },
|
|
||||||
{ label: "Changelog", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company", items: [
|
|
||||||
{ label: "About", href: "#about" },
|
|
||||||
{ label: "Blog", href: "#" },
|
|
||||||
{ label: "Careers", href: "#" },
|
|
||||||
{ label: "Contact", href: "#contact" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Resources", items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
|
||||||
{ label: "Help Center", href: "#" },
|
|
||||||
{ label: "Community", href: "#" },
|
|
||||||
{ label: "Status", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{ label: "Privacy", href: "#" },
|
|
||||||
{ label: "Terms", href: "#" },
|
|
||||||
{ label: "Security", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="2024 SaasApp. All rights reserved."
|
copyrightText="2024 SaaSBuild. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user