Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b78ef12527 | |||
| 8dc4eab350 |
@@ -229,45 +229,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Our Research Team"
|
||||
description="Leading scientists and engineers advancing DNA storage technology"
|
||||
tag="Expert Researchers"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Alexandra Chen", role: "Chief Scientist", description: "PhD in Molecular Biology from MIT. 15 years of DNA research and sequencing expertise.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dr. Marcus Rodriguez", role: "Head of Engineering", description: "Former biotech engineer at Genentech. Expert in synthetic biology and DNA synthesis.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Github, url: "https://github.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Priya Patel", role: "Lead Developer", description: "Full-stack developer specializing in bioinformatics and high-performance computing systems.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. James Wilson", role: "Data Scientist", description: "AI/ML specialist developing error correction algorithms for DNA sequences.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Researcher Testimonials"
|
||||
@@ -307,6 +268,45 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Our Research Team"
|
||||
description="Leading scientists and engineers advancing DNA storage technology"
|
||||
tag="Expert Researchers"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dr. Alexandra Chen", role: "Chief Scientist", description: "PhD in Molecular Biology from MIT. 15 years of DNA research and sequencing expertise.", imageSrc: "/placeholders/placeholder1.webp?_wi=1", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dr. Marcus Rodriguez", role: "Head of Engineering", description: "Former biotech engineer at Genentech. Expert in synthetic biology and DNA synthesis.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Github, url: "https://github.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Priya Patel", role: "Lead Developer", description: "Full-stack developer specializing in bioinformatics and high-performance computing systems.", imageSrc: "/placeholders/placeholder1.webp?_wi=3", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. James Wilson", role: "Data Scientist", description: "AI/ML specialist developing error correction algorithms for DNA sequences.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Twitter, url: "https://twitter.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Institutions"
|
||||
@@ -316,6 +316,7 @@ export default function LandingPage() {
|
||||
names={["Stanford Biolab", "MIT Media Lab", "Harvard Medical", "Oxford Genetics", "Berkeley Genomics", "Caltech Research", "Cambridge Biotech", "Yale Laboratories"]}
|
||||
logos={["/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp", "/placeholders/placeholder1.webp"]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
|
||||
Reference in New Issue
Block a user