diff --git a/src/app/page.tsx b/src/app/page.tsx index 47355e2..89bece9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -311,8 +311,8 @@ export default function LandingPage() { name: "message", placeholder: "Tell us about your dance goals or questions...", rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215098.jpg" - imageAlt="Exterior of Collective Dance Academy" + imageSrc="http://img.b2bpic.net/free-photo/ballet-classroom-with-barre_23-2148281313.jpg" + imageAlt="Interior of Collective Dance Academy ballet classroom" mediaPosition="left" buttonText="Send Message" /> @@ -332,4 +332,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}