diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d0f657..ed57d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Leaf, Flame, Award, HeartHandshake, UtensilsCrossed, Star, Sparkles, Heart, MessageCircle } from 'lucide-react'; +import { Leaf, Flame, Award, HeartHandshake, UtensilsCrossed, Star, Sparkles, Heart, MessageCircle, Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -47,8 +47,8 @@ export default function LandingPage() { title="Premium Pure Veg Tiffins & Traditional Meals" description="Authentic Taste. Hygienic Kitchen. Delivered with Care." background={{ variant: "plain" }} - tag="Sattvik Kitchen" - tagIcon={Leaf} + tag="ISO Certified Kitchen" + tagIcon={Shield} tagAnimation="slide-up" buttons={[ { text: "View Menu", href: "#menu" },