diff --git a/src/app/page.tsx b/src/app/page.tsx index 69509a7..a1a5c4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee, Leaf, Star, Users } from "lucide-react"; +import { Coffee, Leaf, Star, Users, Sun } from "lucide-react"; export default function LandingPage() { return (