diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca0991..7c88399 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -209,6 +209,7 @@ export default function LandingPage() { name: "message", placeholder: "Tell us about your desired design...", rows: 4, required: true, }} + buttonText="Request Appointment" imageSrc="http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-sitting-front-table-using-phone-blue_140725-24236.jpg?_wi=3" /> @@ -251,4 +252,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}