diff --git a/src/app/page.tsx b/src/app/page.tsx index c964d44..f53bff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,7 +195,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-student-using-digital-tablet-library_329181-14842.jpg"}, { id: "3", name: "Elena", role: "Architect", company: "Build", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-typing-keyboard_23-2149105718.jpg"}, + imageSrc: "http://img.b2bpic.net/medium-shot-senior-man-typing-keyboard_23-2149105718.jpg"}, { id: "4", name: "Tom", role: "Intern", company: "Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/diverse-preteen-students-library-engaged-e-learning-seminar_482257-118410.jpg"}, @@ -242,11 +242,11 @@ export default function LandingPage() { background={{ variant: "plain"}} tag="Get in touch" - title="Ready to Build?" - description="Get in touch with us to start your journey into professional development." + title="Join the Code Club" + description="Have questions or want to collaborate? Email us at contact@codeclub.org or visit our lab in Room 302." buttons={[ { - text: "Contact Us", href: "#"}, + text: "Email Us", href: "mailto:contact@codeclub.org"}, ]} /> @@ -254,7 +254,7 @@ export default function LandingPage() {