Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
title="Rigorous Research, Clearly Presented"
|
||||
description="Access peer-reviewed publications from leading scholars. Discover, cite, and share research that advances your field."
|
||||
tag="Academic Excellence"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Browse Publications", href: "#features" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -65,6 +65,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg"
|
||||
imageAlt="Researchers collaborating on academic research"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +124,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dr. Sarah Chen", handle: "@drsarahchen", testimonial: "Research Hub transformed how our lab conducts literature reviews. The citation tools alone have saved us weeks of manual work. Absolutely indispensable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg?_wi=1", imageAlt: "Dr. Sarah Chen, PhD in Molecular Biology"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", imageAlt: "Dr. Sarah Chen, PhD in Molecular Biology"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Mitchell", handle: "@jmitchell_librarian", testimonial: "As a university librarian, I've integrated Research Hub into our institutional systems. Our students and faculty have better access to peer-reviewed content than ever before.", rating: 5,
|
||||
@@ -131,7 +132,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Amelia Rodriguez", handle: "@ameliarodriguez", testimonial: "The peer-review verification gives us confidence in source credibility. This is exactly what graduate researchers need when navigating the academic landscape.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg?_wi=2", imageAlt: "Dr. Amelia Rodriguez, Professor of Economics"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", imageAlt: "Dr. Amelia Rodriguez, Professor of Economics"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Kwang Park", handle: "@drpark_ai", testimonial: "Collaboration features have made it seamless for our research team to share findings and build on each other's work. The platform scales beautifully.", rating: 5,
|
||||
@@ -185,7 +186,7 @@ export default function LandingPage() {
|
||||
{ text: "Start Exploring", href: "#features" },
|
||||
{ text: "Contact Sales", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user