Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
plans={[
|
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: [
|
price: "$99/mo", subtitle: "Perfect for small teams just getting started", buttons: [
|
||||||
{ text: "Start Free Trial", href: "contact" },
|
{ text: "Start Free Trial", href: "contact" },
|
||||||
{ text: "Contact Sales", href: "contact" }
|
{ text: "Contact Sales", href: "contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user