From a87cb47c46057b5e136bd34e50a1e7f899fe7614 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:53:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b8fb9e..f4b580c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} />