From 14df4a9006c8bdbb92b85bb27f04522d4ab8615b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f30c41f..6257bcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Bell, Coffee, Heart, Quote, Smile, Star, Users } from "lucide-react"; +import { Bell, Coffee, Heart, Quote, Smile, Star, Sun, Users } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1