4 Commits

Author SHA1 Message Date
3921516311 Update src/app/page.tsx 2026-04-27 07:12:19 +00:00
83a5b1ce6b Merge version_1 into main
Merge version_1 into main
2026-04-27 07:11:52 +00:00
df6fc9f5ac Merge version_1 into main
Merge version_1 into main
2026-04-27 07:11:28 +00:00
8fe05c98fb Merge version_1 into main
Merge version_1 into main
2026-04-27 07:11:01 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Know exactly which classes you need to transfer"
title="Map Your Courses to Any Degree"
description="TransferPath simplifies your academic journey by mapping your completed coursework to target degree requirements, saving you time and tuition."
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" },
@@ -176,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}