diff --git a/src/app/page.tsx b/src/app/page.tsx index a06b5da..6886862 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,10 +163,10 @@ export default function LandingPage() { { name: "date", type: "date", placeholder: "Preferred Date", required: true } ]} textarea={{ name: "message", placeholder: "Special requests or dietary preferences...", rows: 4, required: false }} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-chairs_1127-2104.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-chairs_1127-2104.jpg" imageAlt="Restaurant intimate dining ambiance" mediaPosition="right" - mediaAnimation="fade-up" + mediaAnimation="slide-up" buttonText="Complete Reservation" useInvertedBackground={true} /> @@ -174,7 +174,7 @@ export default function LandingPage() {