Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,16 +54,16 @@ export default function BiotechPortfolio() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg", imageAlt: "Biotech laboratory workspace"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg?_wi=1", imageAlt: "Biotech laboratory workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg", imageAlt: "Research project visualization"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg?_wi=1", imageAlt: "Research project visualization"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-presentation-whiteboard-office-pandemic-with-mask_23-2148666346.jpg", imageAlt: "Molecular biology research"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-presentation-whiteboard-office-pandemic-with-mask_23-2148666346.jpg?_wi=1", imageAlt: "Molecular biology research"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-gradient-infographic-steps-template_23-2148123218.jpg", imageAlt: "Technical skills overview"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-gradient-infographic-steps-template_23-2148123218.jpg?_wi=1", imageAlt: "Technical skills overview"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Academic achievements"
|
||||
@@ -84,7 +84,7 @@ export default function BiotechPortfolio() {
|
||||
{ value: "3+", title: "Research Projects Completed" },
|
||||
{ value: "5+", title: "Lab Certifications Earned" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg?_wi=2"
|
||||
imageAlt="Laboratory research environment"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
@@ -103,15 +103,15 @@ export default function BiotechPortfolio() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "CRISPR Gene Editing Study", tags: ["Molecular Biology", "Research", "2024"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg", imageAlt: "CRISPR gene editing research project"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg?_wi=2", imageAlt: "CRISPR gene editing research project"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cell Viability Assessment Protocol", tags: ["Lab Work", "Methods", "2024"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-presentation-whiteboard-office-pandemic-with-mask_23-2148666346.jpg", imageAlt: "Cell biology research methodology"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-presentation-whiteboard-office-pandemic-with-mask_23-2148666346.jpg?_wi=2", imageAlt: "Cell biology research methodology"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Bioinformatics Data Analysis Pipeline", tags: ["Data Analysis", "Computational", "2024"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-science-background_23-2148505013.jpg", imageAlt: "Bioinformatics visualization and analysis"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-science-background_23-2148505013.jpg?_wi=1", imageAlt: "Bioinformatics visualization and analysis"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -129,16 +129,16 @@ export default function BiotechPortfolio() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Molecular Biology Techniques", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg", imageAlt: "Molecular biology techniques"
|
||||
id: "1", name: "Molecular Biology Techniques", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/scientists-holding-dna-molecules_23-2148543075.jpg?_wi=3", imageAlt: "Molecular biology techniques"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lab Equipment & Instruments", price: "Proficient", imageSrc: "http://img.b2bpic.net/free-vector/flat-gradient-infographic-steps-template_23-2148123218.jpg", imageAlt: "Laboratory equipment proficiency"
|
||||
id: "2", name: "Lab Equipment & Instruments", price: "Proficient", imageSrc: "http://img.b2bpic.net/free-vector/flat-gradient-infographic-steps-template_23-2148123218.jpg?_wi=2", imageAlt: "Laboratory equipment proficiency"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Data Analysis & Statistics", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/realistic-science-background_23-2148505013.jpg", imageAlt: "Data analysis proficiency"
|
||||
id: "3", name: "Data Analysis & Statistics", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-vector/realistic-science-background_23-2148505013.jpg?_wi=2", imageAlt: "Data analysis proficiency"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Scientific Communication", price: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg", imageAlt: "Scientific communication skills"
|
||||
id: "4", name: "Scientific Communication", price: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-worker-examining-substance-petri-dishes-while-conducting-coronavirus-research_181624-946.jpg?_wi=3", imageAlt: "Scientific communication skills"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user