From cda7a358fa3c10946d682b9292ffabccd3ee4e7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:41:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6959b76..6925a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Heart, Scissors, Star } from "lucide-react"; +import { Heart, Scissors, Star, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -96,7 +96,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "p1", badge: "Essential", price: "$35", subtitle: "Clean cut & line-up", buttons: [{ text: "Book", href: "#contact" }], features: ["Consultation", "Haircut", "Hot towel edge"] }, - { id: "p2", badge: "Featured", price: "$50", subtitle: "Total grooming package", buttons: [{ text: "Book", href: "#contact" }], features: ["Haircut & Beard", "Facial Treatment", "Massage"] }, + { id: "p2", badge: "Featured", badgeIcon: Sparkles, price: "$50", subtitle: "Total grooming package", buttons: [{ text: "Book", href: "#contact" }], features: ["Haircut & Beard", "Facial Treatment", "Massage"] }, { id: "p3", badge: "Elite", price: "$75", subtitle: "Premium luxury service", buttons: [{ text: "Book", href: "#contact" }], features: ["Total Grooming", "Color treatment", "Priority slot"] }, ]} title="Services & Pricing" @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1