diff options
| author | Michael Foiani <michael.foiani@gmail.com> | 2026-01-22 14:26:31 -0500 |
|---|---|---|
| committer | Michael Foiani <michael.foiani@gmail.com> | 2026-01-22 14:26:31 -0500 |
| commit | e727f196971b000cb760bbac729cb322e5a5a885 (patch) | |
| tree | 15a43f235a5192d6b7ab220b5637c315edef3259 /src | |
| parent | 0299991726b79e46416801d11c1fd766d47f887c (diff) | |
push testimonials
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/Testimonials.tsx | 14 | ||||
| -rw-r--r-- | src/app/WhyUs.tsx | 2 | ||||
| -rw-r--r-- | src/app/get-started/page.tsx | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/src/app/Testimonials.tsx b/src/app/Testimonials.tsx index 89339db..26a445d 100644 --- a/src/app/Testimonials.tsx +++ b/src/app/Testimonials.tsx @@ -13,9 +13,9 @@ const posts = [ category: { title: "Online Tutoring", href: "#" }, author: { name: "Marcos", - role: "High School Student", + role: "First Year College Student", href: "#", - imageUrl: "/marcos.png", + imageUrl: "/marcos.jpg", }, }, { @@ -32,10 +32,9 @@ Joe and his team communicate effectively and always follow through, making the e category: { title: "Group Tutoring", href: "#" }, author: { name: "Mari & Jeff", - role: "Parents", + role: "Parents of High School Students", href: "#", - imageUrl: - "https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80", + imageUrl: "/mari.jpg", }, }, { @@ -50,10 +49,9 @@ Joe and his team communicate effectively and always follow through, making the e category: { title: "In-Person Tutoring", href: "#" }, author: { name: "David", - role: "College Student", + role: "Italian Exchange Student", href: "#", - imageUrl: - "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80", + imageUrl: "/david.jpg", }, }, ]; diff --git a/src/app/WhyUs.tsx b/src/app/WhyUs.tsx index 375c591..0e51f41 100644 --- a/src/app/WhyUs.tsx +++ b/src/app/WhyUs.tsx @@ -27,7 +27,7 @@ const features = [ icon: CalendarDateRangeIcon, }, { - name: "Modern, Accessible Platform", + name: "Modern, Accessible Portal", description: "Our platform Nextcloud uses the latest web technologies to ensure a seamless connection between students and tutors on all devices.", icon: CloudArrowUpIcon, diff --git a/src/app/get-started/page.tsx b/src/app/get-started/page.tsx index 75f04b0..357a8d7 100644 --- a/src/app/get-started/page.tsx +++ b/src/app/get-started/page.tsx @@ -57,7 +57,7 @@ export default function Home() { </h2> <p className="mt-6 text-lg text-gray-600"> We want to have a 20 minute conversation with you to discuss your - needs and talk pricing - completely free and with no obligation. + needs and pricing - completely free and with no obligation. </p> </motion.div> |
