Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=1"
|
||||
imageAlt="Portrait of Dr. Shyama Prasad Mukherjee"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your Message", rows: 5 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=2"
|
||||
imageAlt="Doctor in clinic discussing medical reports"
|
||||
buttonText="Book Now"
|
||||
onSubmit={() => alert('Appointment booked!')}
|
||||
|
||||
Reference in New Issue
Block a user