From 4ee63173d0f7fa35f082fa867ecd975573f91f29 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 11:55:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() {