Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
161
src/app/page.tsx
161
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cambridge Biomedical Security"
|
||||
/>
|
||||
@@ -55,15 +47,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elite Manned Security for Cambridge Biomedical Excellence"
|
||||
description="Protecting the future of science with unmatched surveillance, access control, and dedicated professional security personnel tailored for clinical and research environments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Services",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Services", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/transparent-elevator-underground-passage_1339-6340.jpg"
|
||||
imageAlt="security officer modern building"
|
||||
@@ -74,21 +63,15 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Unrivaled Protection for Critical Research"
|
||||
title="Protecting Scientific Integrity, 24/7"
|
||||
description="Cambridge Biomedical Security combines high-tech infrastructure with specialized personnel trained to handle the unique sensitivities of biomedical buildings. From access control management to rapid response, we secure your lab's integrity."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Biotech Trained Staff",
|
||||
description: "Security personnel who understand the workflow and confidentiality requirements of life sciences.",
|
||||
},
|
||||
title: "Biotech Trained Staff", description: "Security personnel who understand the workflow and confidentiality requirements of life sciences."},
|
||||
{
|
||||
title: "24/7 Monitoring",
|
||||
description: "Continuous oversight of secure entry points, cold storage rooms, and sensitive laboratory access.",
|
||||
},
|
||||
title: "24/7 Monitoring", description: "Continuous oversight of secure entry points, cold storage rooms, and sensitive laboratory access."},
|
||||
{
|
||||
title: "Protocol Compliance",
|
||||
description: "Ensuring strict alignment with site safety protocols and biomedical containment regulations.",
|
||||
},
|
||||
title: "Protocol Compliance", description: "Ensuring strict alignment with site safety protocols and biomedical containment regulations."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080241.jpg"
|
||||
imageAlt="security professional lab corridor"
|
||||
@@ -102,23 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Access Management",
|
||||
description: "Robust credentialing systems to manage site ingress/egress securely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167240.jpg",
|
||||
imageAlt: "electronic access control reader",
|
||||
},
|
||||
title: "Access Management", description: "Robust credentialing systems to manage site ingress/egress securely.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167240.jpg", imageAlt: "electronic access control reader"},
|
||||
{
|
||||
title: "CCTV Surveillance",
|
||||
description: "High-definition monitoring integrated with on-site response protocols.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/webcam_1160-268.jpg",
|
||||
imageAlt: "modern security camera surveillance",
|
||||
},
|
||||
title: "CCTV Surveillance", description: "High-definition monitoring integrated with on-site response protocols.", imageSrc: "http://img.b2bpic.net/free-photo/webcam_1160-268.jpg", imageAlt: "modern security camera surveillance"},
|
||||
{
|
||||
title: "Mobile Patrols",
|
||||
description: "Rapid physical patrols protecting perimeters and high-value research zones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273340.jpg",
|
||||
imageAlt: "patrol security vehicle service",
|
||||
},
|
||||
title: "Mobile Patrols", description: "Rapid physical patrols protecting perimeters and high-value research zones.", imageSrc: "http://img.b2bpic.net/free-photo/taxi-driver-getting-ready-customer_23-2149273340.jpg", imageAlt: "patrol security vehicle service"},
|
||||
]}
|
||||
title="Specialized Security Solutions"
|
||||
description="Our capabilities extend beyond standard guarding, providing comprehensive security engineered for complex scientific environments."
|
||||
@@ -133,20 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Site Compliance Accuracy",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Site Compliance Accuracy"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Facility Coverage",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Facility Coverage"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years Combined Expertise",
|
||||
},
|
||||
id: "m3", value: "15+", description: "Years Combined Expertise"},
|
||||
]}
|
||||
title="Proven Security Reliability"
|
||||
description="We ensure continuous operations and maximum facility uptime through dedicated onsite presence."
|
||||
@@ -158,14 +120,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Cambridge Biotech Park",
|
||||
"Life Science Research Center",
|
||||
"Genome Diagnostics Lab",
|
||||
"Innovate Therapeutics",
|
||||
"Molecular Sciences Institute",
|
||||
"Advanced Clinical Studies",
|
||||
"Cambridge Labs Global",
|
||||
]}
|
||||
"Cambridge Biotech Park", "Life Science Research Center", "Genome Diagnostics Lab", "Innovate Therapeutics", "Molecular Sciences Institute", "Advanced Clinical Studies", "Cambridge Labs Global"]}
|
||||
title="Trusted by Cambridge Innovators"
|
||||
description="Proud to serve the leading institutions shaping the next generation of biomedical research."
|
||||
/>
|
||||
@@ -179,50 +134,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Sarah Miller",
|
||||
role: "Site Director",
|
||||
company: "BioScience Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientist-wearing-lab-coat_23-2148969951.jpg",
|
||||
imageAlt: "professional researcher headshot",
|
||||
},
|
||||
id: "t1", name: "Dr. Sarah Miller", role: "Site Director", company: "BioScience Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientist-wearing-lab-coat_23-2148969951.jpg", imageAlt: "professional researcher headshot"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
role: "Lab Manager",
|
||||
company: "Genetics Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
imageAlt: "professional female laboratory manager",
|
||||
},
|
||||
id: "t2", name: "James Chen", role: "Lab Manager", company: "Genetics Lab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "professional female laboratory manager"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Linda Thorne",
|
||||
role: "Facility Lead",
|
||||
company: "Cambridge Research",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-frisking-passenger_107420-85132.jpg",
|
||||
imageAlt: "professional corporate manager headshot",
|
||||
},
|
||||
id: "t3", name: "Linda Thorne", role: "Facility Lead", company: "Cambridge Research", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guard-frisking-passenger_107420-85132.jpg", imageAlt: "professional corporate manager headshot"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Rossi",
|
||||
role: "Operations",
|
||||
company: "Clinical Studies",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
imageAlt: "female scientist headshot professional",
|
||||
},
|
||||
id: "t4", name: "Elena Rossi", role: "Operations", company: "Clinical Studies", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", imageAlt: "female scientist headshot professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marcus Wright",
|
||||
role: "Security Liaison",
|
||||
company: "BioTech Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemistry-researcher-looking-substance-test-tube-experiment-science-laboratory-woman-scientist-analyzing-dna-sample-glass-flask-working-biology-development-lab_482257-37282.jpg",
|
||||
imageAlt: "professional lab technician headshot",
|
||||
},
|
||||
id: "t5", name: "Marcus Wright", role: "Security Liaison", company: "BioTech Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chemistry-researcher-looking-substance-test-tube-experiment-science-laboratory-woman-scientist-analyzing-dna-sample-glass-flask-working-biology-development-lab_482257-37282.jpg", imageAlt: "professional lab technician headshot"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="See why top research facilities entrust their safety to Cambridge Biomedical Security."
|
||||
@@ -234,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide armed security?",
|
||||
content: "Our security services are focused on professional manned guarding and site management, aligned with local regulations and client safety mandates.",
|
||||
},
|
||||
id: "f1", title: "Do you provide armed security?", content: "Our security services are focused on professional manned guarding and site management, aligned with local regulations and client safety mandates."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you customize for lab safety?",
|
||||
content: "Yes, we integrate with your specific site protocols to ensure that all security measures respect the unique safety requirements of biomedical laboratories.",
|
||||
},
|
||||
id: "f2", title: "Can you customize for lab safety?", content: "Yes, we integrate with your specific site protocols to ensure that all security measures respect the unique safety requirements of biomedical laboratories."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How quickly can you deploy?",
|
||||
content: "We offer rapid assessment and mobilization to ensure your facility maintains its security standing with minimal lead time.",
|
||||
},
|
||||
id: "f3", title: "How quickly can you deploy?", content: "We offer rapid assessment and mobilization to ensure your facility maintains its security standing with minimal lead time."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -258,14 +174,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Secure your biomedical innovation. Contact us for a consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "mailto:info@cambridgebiomedicalsecurity.co.uk",
|
||||
},
|
||||
text: "Contact Our Team", href: "mailto:info@cambridgebiomedicalsecurity.co.uk"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,16 +187,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Cambridge Biomedical Security"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user