Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import AboutMetric from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { CheckCircle, Award, Users } from "lucide-react";
|
||||
@@ -42,14 +42,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Testicular Cancer Information"
|
||||
description="Understanding symptoms, diagnosis, treatment, and support is your first step towards health. Access trusted, accurate information for patients and families."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829903.jpg", alt: "Doctor" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg", alt: "Patient" },
|
||||
{ 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" },
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/doctor-explaining-medical-results-patient_23-2148753232.jpg", imageAlt: "Doctor discussing health" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/close-up-doctor-holding-human-testicle-model-medical-office_23-2148753177.jpg", imageAlt: "Testicular health awareness model" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/medical-concept-with-doctor-patient_23-2148753245.jpg", imageAlt: "Patient support and care" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#about" }]}
|
||||
/>
|
||||
@@ -59,11 +59,13 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Testicular Cancer Overview"
|
||||
description="An overview of the high curability rates and importance of early detection in testicular health management."
|
||||
metrics={[
|
||||
{ icon: CheckCircle, label: "Early Detection", value: "95%+" },
|
||||
{ icon: Award, label: "Curability Rate", value: "High" },
|
||||
{ icon: Users, label: "Survivor Network", value: "Growing" },
|
||||
{ title: "Early Detection Success", value: "95%+" },
|
||||
{ title: "Curability Rate", value: "High" },
|
||||
{ title: "Survivor Network", value: "Growing" },
|
||||
]}
|
||||
imageSrc="https://img.freepik.com/free-photo/doctor-working-hospital_23-2148753235.jpg"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -151,8 +153,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Mark S.", role: "Survivor", company: "Patient", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smling-man-with-beard-pointing-left-advertisement-suggest-click-banner_176420-33735.jpg" },
|
||||
{ id: "2", name: "James L.", role: "Patient", company: "Recovering", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-young-man-model-dressed-jeans-clothes-fashion-man-posing_158538-4982.jpg" },
|
||||
{ id: "1", name: "Mark S.", role: "Survivor", company: "Patient", rating: 5, imageSrc: "https://img.freepik.com/free-photo/close-up-portrait-happy-smiling-man-beard_23-2148443588.jpg" },
|
||||
{ id: "2", name: "James L.", role: "Patient", company: "Recovering", rating: 5, imageSrc: "https://img.freepik.com/free-photo/portrait-handsome-smiling-young-man_23-2148753245.jpg" },
|
||||
]}
|
||||
title="Patient Perspectives"
|
||||
description="Stories and insights from those who have navigated the diagnosis."
|
||||
|
||||
Reference in New Issue
Block a user