Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 067a0acff5 | |||
| 104adee364 | |||
| 5e7c142690 | |||
| 258cd7927e | |||
| 6fbcd6cf90 | |||
| bc8a05e955 |
106
src/app/page.tsx
106
src/app/page.tsx
@@ -29,28 +29,18 @@ export default function SaasTemplatePage() {
|
||||
|
||||
const features: FeatureCard[] = [
|
||||
{
|
||||
bentoComponent: "globe",
|
||||
title: "Global Reach",
|
||||
description: "Connect with users worldwide through our distributed infrastructure",
|
||||
},
|
||||
bentoComponent: "globe", title: "Global Reach", description: "Connect with users worldwide through our distributed infrastructure"},
|
||||
{
|
||||
bentoComponent: "marquee",
|
||||
variant: "text",
|
||||
centerIcon: Zap,
|
||||
bentoComponent: "marquee", variant: "text", centerIcon: Zap,
|
||||
texts: ["Fast", "Reliable", "Secure", "Scalable", "Modern"],
|
||||
title: "Built for Speed",
|
||||
description: "Lightning fast performance with optimized delivery",
|
||||
},
|
||||
title: "Built for Speed", description: "Lightning fast performance with optimized delivery"},
|
||||
{
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Shield, title: "Security", subtitle: "Enterprise-grade", detail: "Bank-level encryption" },
|
||||
{ icon: Rocket, title: "Performance", subtitle: "99.9% uptime", detail: "Always available" },
|
||||
{ icon: Target, title: "Accuracy", subtitle: "100% reliable", detail: "Data you can trust" },
|
||||
],
|
||||
title: "Built for Scale",
|
||||
description: "Deploy to any region with automatic failover support",
|
||||
}
|
||||
title: "Built for Scale", description: "Deploy to any region with automatic failover support"}
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -65,16 +55,14 @@ export default function SaasTemplatePage() {
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
avatars={avatars}
|
||||
avatarText="Trusted by 1000+ users"
|
||||
title="Build Modern Web Experiences-Out of the world california apple"
|
||||
description="Create stunning, responsive websites with our comprehensive component library designed"
|
||||
title="Launch Your SaaS Faster with Scalable Solutions"
|
||||
description="Accelerate development and build robust, user-friendly SaaS products from concept to launch with our expert services."
|
||||
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={[
|
||||
@@ -105,24 +93,16 @@ export default function SaasTemplatePage() {
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
title: "Enterprise Security", description: "Bank-level encryption and compliance with industry standards"},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Lightning Fast",
|
||||
description: "Optimized for performance with sub-second response times",
|
||||
},
|
||||
title: "Lightning Fast", description: "Optimized for performance with sub-second response times"},
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
@@ -144,54 +124,28 @@ export default function SaasTemplatePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Starter",
|
||||
badgeIcon: Zap,
|
||||
price: "$19/mo",
|
||||
subtitle: "Perfect for individuals",
|
||||
buttons: [
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$19/mo", subtitle: "Perfect for individuals", buttons: [
|
||||
{ text: "Get Started", onClick: () => console.log("Starter clicked") },
|
||||
],
|
||||
features: [
|
||||
"Up to 5 projects",
|
||||
"Basic analytics",
|
||||
"24/7 email support",
|
||||
"API access",
|
||||
],
|
||||
"Up to 5 projects", "Basic analytics", "24/7 email support", "API access"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
badgeIcon: Rocket,
|
||||
price: "$49/mo",
|
||||
subtitle: "For growing teams",
|
||||
buttons: [
|
||||
id: "pro", badge: "Pro", badgeIcon: Rocket,
|
||||
price: "$49/mo", subtitle: "For growing teams", buttons: [
|
||||
{ text: "Get Started", onClick: () => console.log("Pro clicked") },
|
||||
],
|
||||
features: [
|
||||
"Unlimited projects",
|
||||
"Advanced analytics",
|
||||
"Priority support",
|
||||
"Custom integrations",
|
||||
"Team collaboration",
|
||||
],
|
||||
"Unlimited projects", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Crown,
|
||||
price: "$99/mo",
|
||||
subtitle: "For large organizations",
|
||||
buttons: [
|
||||
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",
|
||||
],
|
||||
"Everything in Pro", "Dedicated account manager", "Custom SLA", "On-premise deployment", "Advanced security"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -203,14 +157,13 @@ export default function SaasTemplatePage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Early Access"
|
||||
buttonText="Get Started"
|
||||
onSubmit={(email) => console.log("Email submitted:", email)}
|
||||
/>
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Integrations", href: "#" },
|
||||
@@ -218,8 +171,7 @@ export default function SaasTemplatePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -227,8 +179,7 @@ export default function SaasTemplatePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
@@ -236,8 +187,7 @@ export default function SaasTemplatePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -249,4 +199,4 @@ export default function SaasTemplatePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #050012;
|
||||
--card: #040121;
|
||||
--foreground: #f0e6ff;
|
||||
--primary-cta: #c89bff;
|
||||
--primary-cta-text: #050012;
|
||||
--secondary-cta: #1d123b;
|
||||
--secondary-cta-text: #f0e6ff;
|
||||
--accent: #684f7b;
|
||||
--background-accent: #65417c;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user