diff --git a/src/app/page.tsx b/src/app/page.tsx index 0700690..b12444b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ProductCardOne from "@/components/sections/product/ProductCardOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Instagram } from "lucide-react"; +import { Instagram, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -71,7 +71,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "classic-haircut", badge: "Popular", price: "$25", subtitle: "30 minutes", buttons: [{ text: "Book Now", href: "booking" }], + id: "classic-haircut", badge: "Most Booked", badgeIcon: TrendingUp, price: "$25", subtitle: "30 minutes", buttons: [{ text: "Book Now", href: "booking" }], features: [ "Expert fade or style", "Precision line work", "Complimentary neck trim", "Fresh & clean finish"], },