Update src/app/page.tsx

This commit is contained in:
2026-03-11 06:36:35 +00:00
parent ea705ee013
commit 81aa9661bf

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroCentered
title="Experience Reading with ReadX Buddy"
description="Your intelligent AI chatbot companion that transforms how you read, learn, and comprehend. Get personalized responses tailored to you with ChatGPT-powered insights for faster learning."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", alt: "User avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg", alt: "User avatar 2" },
@@ -118,6 +118,9 @@ export default function LandingPage() {
tag="Partners"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Acme Corp", "TechFlow", "Innovate Inc", "CloudSync", "DataWise", "FutureLearn", "Knowledge Hub"
]}
logos={[
"http://img.b2bpic.net/free-vector/building-silhouettes-pack_23-2147501927.jpg", "http://img.b2bpic.net/free-vector/set-flat-design-o-logo-templates_23-2148884979.jpg", "http://img.b2bpic.net/free-vector/set-online-learning-elements_23-2147592155.jpg", "http://img.b2bpic.net/free-vector/online-education-flat-color-elements-set_98292-3221.jpg", "http://img.b2bpic.net/free-photo/silhouette-executive-holding-clipboard_1098-2887.jpg", "http://img.b2bpic.net/free-vector/gradient-cc-logo-template_23-2149246845.jpg", "http://img.b2bpic.net/free-vector/science-research-banner_1284-13067.jpg"
]}
@@ -204,7 +207,7 @@ export default function LandingPage() {
{ text: "Schedule a Demo", href: "https://example.com/demo" }
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>