From e11e67e74a5fa5d231edd8ab945457292d8bb880 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 20:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bf1cbf..057255a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Activity, AlertCircle, Award, BarChart2, Book, BookOpen, CheckCircle, Circle, Droplets, Eye, Heart, History, Info, Leaf, Smile, Users } from "lucide-react"; +import { CheckCircle, Award, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -52,12 +52,6 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/pleased-dark-skinned-pretty-girl-has-toothy-smile-keeps-eyes-shut-embraces-her-old-friend-have-good-relationship_273609-18714.jpg", alt: "Supporter" }, ]} buttons={[{ text: "Get Started", href: "#about" }]} - marqueeItems={[ - { type: "text", text: "Early Detection" }, - { type: "text", text: "Medical Guidance" }, - { type: "text", text: "Survivor Support" }, - { type: "text", text: "Treatment Options" }, - ]} /> @@ -188,6 +182,7 @@ export default function LandingPage() { description="Reach out to professional support services in Canada, including BC Cancer and the Canadian Cancer Society." background={{ variant: "gradient-bars" }} buttonText="Contact CCS" + useInvertedBackground={false} onSubmit={(email) => console.log(email)} /> -- 2.49.1