Update src/app/research/page.tsx

This commit is contained in:
2026-03-04 18:01:42 +00:00
parent 4e74fca39e
commit d38bbc1cf4

View File

@@ -56,15 +56,15 @@ export default function ResearchPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg", imageAlt: "Advanced laboratory testing facilities"},
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=3", imageAlt: "Advanced laboratory testing facilities"},
{
imageSrc: "http://img.b2bpic.net/free-photo/seedlings-planting-tray_1150-23158.jpg", imageAlt: "Controlled seed germination trials"},
imageSrc: "http://img.b2bpic.net/free-photo/seedlings-planting-tray_1150-23158.jpg?_wi=3", imageAlt: "Controlled seed germination trials"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-field-covered-green-grass-captured-canggu-bali_181624-7666.jpg", imageAlt: "Field trials and research plots"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-field-covered-green-grass-captured-canggu-bali_181624-7666.jpg?_wi=2", imageAlt: "Field trials and research plots"},
{
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-plant-field_181624-21437.jpg", imageAlt: "Research crop development"},
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-plant-field_181624-21437.jpg?_wi=3", imageAlt: "Research crop development"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-bunch-white-beans_114579-76881.jpg", imageAlt: "Seed quality evaluation"},
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-bunch-white-beans_114579-76881.jpg?_wi=3", imageAlt: "Seed quality evaluation"},
]}
/>
</div>
@@ -76,7 +76,7 @@ export default function ResearchPage() {
tag="R&D Programs"
tagIcon={Beaker}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg"
imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=4"
imageAlt="State-of-the-art research facilities"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -100,7 +100,7 @@ export default function ResearchPage() {
description="Equipped with modern testing equipment and germination chambers"
subdescription="Renai Seeds Research Division, Latur"
icon={Sprout}
imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg"
imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=5"
imageAlt="Advanced research laboratory equipment"
mediaAnimation="slide-up"
useInvertedBackground={false}