diff --git a/src/app/page.tsx b/src/app/page.tsx index ae82acc..2e93b69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Cake, Gift, Smile } from "lucide-react"; +import { Cake, Gift, Smile, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -88,6 +88,8 @@ export default function LandingPage() {