diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b18f4e..696c2b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Activity, Dumbbell, Flame, Heart, Sparkles, Users, Zap } from "lucide-react"; +import { Activity, Dumbbell, Flame, Heart, Sparkles, Users, Zap, Star } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; @@ -116,7 +116,7 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "basic", price: "$29/month", name: "Basic", buttons: [ + id: "basic", price: "$29/month", name: "Basic", badge: "Perfect for Getting Started", badgeIcon: Star, buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#" }, ], @@ -199,7 +199,7 @@ export default function LandingPage() {