Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce753d0386 | |||
| 16c56fda35 |
@@ -229,45 +229,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Researcher Testimonials"
|
||||
description="What leading scientists and institutions say about our DNA storage platform"
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Johnson", handle: "@drSarahJ", testimonial: "This platform revolutionized how we store genomic data. The accuracy and reliability are unmatched. A game-changer for research institutions worldwide.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Dr. Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Prof. Michael Chen", handle: "@ProfMChen", testimonial: "The encoding efficiency and error correction capabilities exceed all expectations. Our lab has already archived 50TB of critical data.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Prof. Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Emily Rodriguez", handle: "@BiogenEmily", testimonial: "Integration was seamless. The technical support team understood our needs perfectly. Highly recommend for any serious biotech research.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Dr. Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. David Kim", handle: "@DataScienceDK", testimonial: "The API documentation and tools provided make this system production-ready. We're using it for our long-term archival storage.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Dr. David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Prof. Lisa Anderson", handle: "@LabDirector", testimonial: "Impressive technology backed by solid science. Our compliance team approved it immediately. This is the future of data storage.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Prof. Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Dr. James Thompson", handle: "@BiotechCTO", testimonial: "The density and longevity make this a clear winner for archival applications. Our ROI is already positive within 6 months.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Dr. James Thompson"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Our Research Team"
|
||||
@@ -307,6 +268,45 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Researcher Testimonials"
|
||||
description="What leading scientists and institutions say about our DNA storage platform"
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Johnson", handle: "@drSarahJ", testimonial: "This platform revolutionized how we store genomic data. The accuracy and reliability are unmatched. A game-changer for research institutions worldwide.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Dr. Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Prof. Michael Chen", handle: "@ProfMChen", testimonial: "The encoding efficiency and error correction capabilities exceed all expectations. Our lab has already archived 50TB of critical data.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Prof. Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Emily Rodriguez", handle: "@BiogenEmily", testimonial: "Integration was seamless. The technical support team understood our needs perfectly. Highly recommend for any serious biotech research.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Dr. Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. David Kim", handle: "@DataScienceDK", testimonial: "The API documentation and tools provided make this system production-ready. We're using it for our long-term archival storage.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Dr. David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Prof. Lisa Anderson", handle: "@LabDirector", testimonial: "Impressive technology backed by solid science. Our compliance team approved it immediately. This is the future of data storage.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Prof. Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Dr. James Thompson", handle: "@BiotechCTO", testimonial: "The density and longevity make this a clear winner for archival applications. Our ROI is already positive within 6 months.", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Dr. James Thompson"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="partners" data-section="partners">
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Institutions"
|
||||
@@ -316,7 +316,6 @@ 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