Merge version_2 into main #1

Merged
development merged 1 commits from version_2 into main 2026-02-09 14:06:45 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -9,7 +9,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Shield, Database, Mail, Smartphone, Cloud, Settings, Users, MessageCircle, Share2, GitBranch, Bell, TrendingUp, Award, Spark, Crown } from "lucide-react";
import { Zap, Shield, Database, Mail, Smartphone, Cloud, Settings, Users, MessageCircle, Share2, GitBranch, Bell, TrendingUp, Award, Sparkles, Crown } from "lucide-react";
export default function LandingPage() {
return (
@@ -132,7 +132,7 @@ export default function LandingPage() {
useInvertedBackground="invertDefault"
plans={[
{
id: "starter", badge: "Starter", badgeIcon: Spark,
id: "starter", badge: "Starter", badgeIcon: Sparkles,
price: "$99/mo", subtitle: "Perfect for small teams just getting started", buttons: [
{ text: "Start Free Trial", href: "contact" },
{ text: "Contact Sales", href: "contact" }