Merge version_2 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Crown, Headphones, Plug, Rocket, Shield, Spark, Sparkles, TrendingUp, Zap } from "lucide-react";
|
||||
import { Crown, Headphones, Plug, Rocket, Shield, Sparkles, TrendingUp, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Starter Plan", badgeIcon: Spark,
|
||||
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
|
||||
price: "$29/mo", subtitle: "Perfect for small teams getting started", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "https://example.com/docs" }
|
||||
|
||||
Reference in New Issue
Block a user