Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 10:12:40 +00:00

View File

@@ -29,26 +29,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Articles",
id: "/articles",
},
name: "Articles", id: "/articles"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Submit Research",
href: "#",
}}
text: "Submit Research", href: "#"}}
logoSrc="http://img.b2bpic.net/free-photo/indiana-christmas-ball_187299-33154.jpg"
logoAlt="Global Research Articles logo"
brandName="Global Research Articles"
@@ -58,42 +48,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Advancing Knowledge Through Global Research"
description="Discover, read, and download peer-reviewed academic articles from researchers around the world. Our platform connects you to a universe of scholarly work, fostering collaboration and innovation."
tag="Global Research Articles"
buttons={[
{
text: "Explore Articles",
href: "/articles",
},
text: "Explore Articles", href: "/articles"},
{
text: "Submit Research",
href: "#",
},
text: "Submit Research", href: "#"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
imageAlt: "Modern academic dashboard interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", imageAlt: "Modern academic dashboard interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/soft-bokeh-bible-bookmarks-as-symbol-quiet-spiritual-ritual-bible-bokeh_169016-71687.jpg",
imageAlt: "Digital academic journal article on screen",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-using-pencil-tablet_23-2147717382.jpg",
imageAlt: "Man using pencil on tablet",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg",
imageAlt: "Close up hands holding tablet",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/detective-analyzing-evidence-desk_482257-75375.jpg",
imageAlt: "Detective analyzing evidence at desk",
},
imageSrc: "http://img.b2bpic.net/free-photo/soft-bokeh-bible-bookmarks-as-symbol-quiet-spiritual-ritual-bible-bokeh_169016-71687.jpg", imageAlt: "Digital academic journal article on screen"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -108,49 +77,21 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "fr1",
title: "Advances in Deep Learning for Medical Diagnosis",
tags: [
"AI",
"Medicine",
"Biotechnology",
],
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-abstract-wireframeshapes-network-connection-big-data-concept-background-with-line-dot_90220-496.jpg",
imageAlt: "Abstract neural network for medical diagnosis",
},
id: "fr1", title: "Advances in Deep Learning for Medical Diagnosis", tags: [
"AI", "Medicine", "Biotechnology"],
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-abstract-wireframeshapes-network-connection-big-data-concept-background-with-line-dot_90220-496.jpg", imageAlt: "Abstract neural network for medical diagnosis"},
{
id: "fr2",
title: "CRISPR Technology and Ethical Implications",
tags: [
"Genetics",
"Bioethics",
"CRISPR",
],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-nano-particles-ferromagnetic-fluid_23-2148253569.jpg",
imageAlt: "CRISPR gene editing illustration",
},
id: "fr2", title: "CRISPR Technology and Ethical Implications", tags: [
"Genetics", "Bioethics", "CRISPR"],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-nano-particles-ferromagnetic-fluid_23-2148253569.jpg", imageAlt: "CRISPR gene editing illustration"},
{
id: "fr3",
title: "Discovery of Habitable Exoplanets",
tags: [
"Astronomy",
"Astrophysics",
"Space",
],
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dynamic-background_23-2151899756.jpg",
imageAlt: "Exoplanets orbiting a distant star",
},
id: "fr3", title: "Discovery of Habitable Exoplanets", tags: [
"Astronomy", "Astrophysics", "Space"],
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dynamic-background_23-2151899756.jpg", imageAlt: "Exoplanets orbiting a distant star"},
{
id: "fr4",
title: "Quantum Computing Breakthroughs",
tags: [
"Physics",
"Computing",
"Quantum",
],
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-leaves-background_53876-30328.jpg",
imageAlt: "Quantum entanglement visualization",
},
id: "fr4", title: "Quantum Computing Breakthroughs", tags: [
"Physics", "Computing", "Quantum"],
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-leaves-background_53876-30328.jpg", imageAlt: "Quantum entanglement visualization"},
]}
title="Featured & Latest Publications"
description="Explore groundbreaking research and stay updated with the newest articles from diverse academic fields."
@@ -165,25 +106,13 @@ export default function LandingPage() {
tag="Our Achievements"
metrics={[
{
id: "m1",
value: "250K+",
description: "Published Articles",
},
id: "m1", value: "250K+", description: "Published Articles"},
{
id: "m2",
value: "1.2M+",
description: "Total Downloads",
},
id: "m2", value: "1.2M+", description: "Total Downloads"},
{
id: "m3",
value: "150+",
description: "Countries Represented",
},
id: "m3", value: "150+", description: "Countries Represented"},
{
id: "m4",
value: "20K+",
description: "Active Researchers",
},
id: "m4", value: "20K+", description: "Active Researchers"},
]}
metricsAnimation="slide-up"
/>
@@ -194,14 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"University of Cambridge",
"Max Planck Society",
"Harvard University",
"ETH Zurich",
"University of Tokyo",
"Stanford University",
"Karolinska Institutet",
]}
"University of Cambridge", "Max Planck Society", "Harvard University", "ETH Zurich", "University of Tokyo", "Stanford University", "Karolinska Institutet"]}
title="Trusted by Leading Academic Institutions Worldwide"
description="Partnering with universities, research centers, and scholarly organizations to advance global knowledge."
/>
@@ -211,14 +133,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Subscribe to our newsletter for the latest research updates, featured articles, and platform news."
buttons={[
{
text: "Subscribe Now",
href: "#",
},
text: "Subscribe Now", href: "#"},
]}
/>
</div>
@@ -230,63 +149,39 @@ export default function LandingPage() {
logoText="Global Research Articles"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Articles",
href: "/articles",
},
label: "Articles", href: "/articles"},
{
label: "Categories",
href: "/articles",
},
label: "Categories", href: "/articles"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Our Team",
href: "/about#popular-authors",
},
label: "Our Team", href: "/about#popular-authors"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Twitter",
href: "https://twitter.com",
},
label: "Twitter", href: "https://twitter.com"},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
label: "LinkedIn", href: "https://linkedin.com"},
],
},
]}