From be37470bfe11ee5e53711a9d47a1514b068a15e8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:24:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 710bf5a..e0acfda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Shield, Zap, Users, UserPlus, Calendar, Heart } from "lucide-react"; +import { Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -99,7 +99,7 @@ export default function LandingPage() { animationType="depth-3d" title="Your Donation Journey" description="Three simple steps to make your contribution count." - textboxLayout="default" + textboxLayout="inline-image" useInvertedBackground={true} /> @@ -147,11 +147,11 @@ export default function LandingPage() { -- 2.49.1