diff --git a/src/app/page.tsx b/src/app/page.tsx index 48a0978..a712f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-with-mockup-screen-analyzing-financial-data_482257-119116.jpg", imageAlt: "Learning 10" }, { imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-tablet_1170-82.jpg", imageAlt: "Learning 11" } ]} - buttons={[{ text: "Start Your Free Trial", href: "#catalog" }]} + buttons={[{ text: "Get Started Today", href: "#catalog" }] + } avatars={[ { src: "http://img.b2bpic.net/free-photo/smart-young-student-with-laptop-books_23-2148550731.jpg", alt: "Student 1" }, { src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-glasses-front-laptop_169016-36094.jpg", alt: "Student 2" }, @@ -162,7 +163,7 @@ export default function LandingPage() {