From 51b1b0b7a3071e5391d99db68c8d3999990ba7a7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 11:20:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {