Merge version_4 into main #5
@@ -10,7 +10,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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" },
|
{ 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" }]}
|
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" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -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."
|
description="Reach out to professional support services in Canada, including BC Cancer and the Canadian Cancer Society."
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
buttonText="Contact CCS"
|
buttonText="Contact CCS"
|
||||||
|
useInvertedBackground={false}
|
||||||
onSubmit={(email) => console.log(email)}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user