From a3744e2352102d080acf4d792913cb427252ef2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:53:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], },