2 Commits

Author SHA1 Message Date
6ac3ee34e3 Update src/app/page.tsx 2026-04-27 07:14:07 +00:00
d9569129c8 Merge version_3 into main
Merge version_3 into main
2026-04-27 07:13:23 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Map Your Courses to Any Degree" title="Graduate Sooner and Save Thousands on Tuition"
description="TransferPath simplifies your academic journey by mapping your completed coursework to target degree requirements, saving you time and tuition." description="TransferPath simplifies your academic journey by mapping your completed coursework to target degree requirements, saving you time and tuition."
testimonials={[ testimonials={[
{ name: "Alex R.", handle: "@alexr", testimonial: "I saved an entire semester of tuition thanks to TransferPath!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65666.jpg?_wi=1" }, { name: "Alex R.", handle: "@alexr", testimonial: "I saved an entire semester of tuition thanks to TransferPath!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65666.jpg?_wi=1" },
@@ -176,4 +176,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }