From f64a2719efb25d94f41b7b57a31d4c370a82d617 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:30:03 +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 2f64285..b697194 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Sparkles, Users, Wallet } from "lucide-react"; +import { Award, Sparkles, Users, Wallet, Star } from "lucide-react"; export default function LandingPage() { return (