From 0ba2af967e4b8b7bf6b8c564e4cd1b56e1180af8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:25:21 +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 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 -- 2.49.1