From 669171008d0ed0f593119e901a0bfc976b3baf6f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:40:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1feec5..a1acf72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Shield, Zap, Coffee, ChevronRight, Mail } from "lucide-react"; +import { Award, Shield, Zap, Coffee, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -131,9 +131,9 @@ export default function LandingPage() {
@@ -143,6 +143,7 @@ export default function LandingPage() { -- 2.49.1