From 76813c401617d0026b98a8ba7eb088412c5d44af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:21:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bbb281..4ecccb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Flame } from "lucide-react"; +import { Flame, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -80,6 +80,8 @@ export default function LandingPage() {