Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70695df1cc | |||
| 0932e57177 | |||
| 26685e2d34 |
@@ -5,14 +5,12 @@ import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboa
|
|||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Zap, Shield, Rocket, Target, Sparkles, Mail } from "lucide-react";
|
import { Zap, Shield, Rocket, Target, Sparkles, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function SaasTemplatePage() {
|
export default function SaasTemplatePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -56,31 +54,10 @@ export default function SaasTemplatePage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="pricing">
|
|
||||||
<PricingCardThree
|
|
||||||
title="Simple, transparent pricing"
|
|
||||||
description="Choose the plan that works best for you. All plans include a 14-day free trial."
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
|
||||||
price: "$19/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
|
|
||||||
features: ["5 Projects", "Basic Analytics", "24/7 Support"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pro", badge: "Pro", badgeIcon: Rocket,
|
|
||||||
price: "$49/mo", name: "Pro", buttons: [{ text: "Get Started", href: "#" }],
|
|
||||||
features: ["Unlimited Projects", "Advanced Analytics", "Priority Support", "Team Collaboration"]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="SaaSify"
|
logoText="SaaSify"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
|
{ title: "Product", items: [{ label: "Features", href: "#features" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user