Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-09 05:51:36 +00:00

View File

@@ -5,7 +5,7 @@ import HeroCentered from "@/components/sections/hero/HeroCentered";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Zap, Shield, Rocket, Target, Sparkles, Mail, Users, Layers, Code, CheckCircle } from "lucide-react";
import { Zap, Shield, Rocket, Target, Sparkles } from "lucide-react";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
@@ -30,6 +30,7 @@ export default function SaasTemplatePage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="SaasApp"
button={{ text: "Get Started", href: "#contact" }}
/>
<HeroCentered
background={{ variant: "rotated-rays-animated-grid" }}
@@ -55,6 +56,7 @@ export default function SaasTemplatePage() {
description="Comprehensive toolset engineered for developer productivity and seamless scaling."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Modular Architecture", descriptions: ["Build with composable components that scale with your needs"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif" },
{ id: "f2", title: "Optimized Delivery", descriptions: ["Lightning fast performance with edge computing integration"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif" },
@@ -68,13 +70,14 @@ export default function SaasTemplatePage() {
description="Choose the right tier for your growing team with flexible monthly options."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "starter", badge: "Starter", price: "$19", subtitle: "Best for individuals", features: ["5 Projects", "Basic Analytics", "Email Support"],
id: "starter", badge: "Starter", price: "$19", subtitle: "Best for individuals", features: ["5 Projects", "Basic Analytics", "Email Support"],
buttons: [{ text: "Get Started" }]
},
{
id: "pro", badge: "Pro", price: "$49", subtitle: "Best for teams", features: ["Unlimited Projects", "Priority Support", "Custom Integrations"],
id: "pro", badge: "Pro", price: "$49", subtitle: "Best for teams", features: ["Unlimited Projects", "Priority Support", "Custom Integrations"],
buttons: [{ text: "Get Started" }]
}
]}
@@ -84,6 +87,7 @@ export default function SaasTemplatePage() {
<ContactSplitForm
title="Ready to scale?"
description="Reach out to our team for custom solutions and deployment advice."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Work Email", required: true }