diff --git a/src/app/page.tsx b/src/app/page.tsx index 0288a27..9e218db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Our Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Book Appointment", href: "#contact" @@ -62,7 +63,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-patient-undergoing-therapy-with-physiotherapist_23-2148836499.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQa67xAGSkUYajHq78M9kxfvVD/tmp/a-physiotherapist-in-blue-scrubs-that-sa-1772528509039-26fb4b66.png" imageAlt="Physiotherapy treatment session" mediaAnimation="slide-up" imagePosition="right"