From dad5cdecfde1c1ba16378a82e67818af8961ab39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:36:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 475c7af..5b5aeb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,7 +169,7 @@ export default function LuxuryDentistPage() { textarea={{ name: "notes", placeholder: "Preferred date/time or specific concerns", rows: 4 }} multiSelect={{ name: "service", label: "Select Service Type", options: ["Cosmetic", "Restorative", "Orthodontics", "General Checkup"] }} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6r0NbvKNgcOJhsBlimCZm8iZ4/uploaded-1775741581553-9sr6d6s8.jpg" buttonText="Submit Appointment Request" onSubmit={(data) => console.log("Booking Request:", data)} /> -- 2.49.1