diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e9e612..1d81a27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Utensils, CalendarDays, BookOpen, ChefHat } from "lucide-react"; +import { Award, Utensils, CalendarDays, BookOpen, ChefHat, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -161,7 +161,7 @@ export default function LandingPage() { "5-course meal", "Wine pairing", "Full kitchen service"], }, { - id: "premium", badge: "Luxury", price: "$1200", subtitle: "Total culinary indulgence.", features: [ + id: "premium", badge: "Luxury", badgeIcon: Star, price: "$1200", subtitle: "Total culinary indulgence.", features: [ "7-course meal", "Personal service", "Market sourcing"], }, ]} @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file