diff --git a/src/app/page.tsx b/src/app/page.tsx index b59da76..0711833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flame, Star } from 'lucide-react'; +import { Flame, Star, Cactus } from 'lucide-react'; export default function LandingPage() { return ( @@ -56,6 +56,7 @@ export default function LandingPage() { { text: "Order Now", href: "#" }, { text: "View Menu", href: "#" } ]} + mediaAnimation="opacity" rating={5} ratingText="5-star Local Favorite" /> @@ -64,7 +65,7 @@ export default function LandingPage() {