diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a23c060..0e68f23 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,6 +79,9 @@ export default function ContactPage() { variant: "radial-gradient" }} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1" + imageAlt="Order form" + mediaAnimation="slide-up" inputPlaceholder="Enter your email or phone" buttonText="Submit Order Request" termsText="By submitting, you agree to receive updates about your order via phone or WhatsApp." diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7a7c11e..d0bed4f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -139,6 +139,9 @@ export default function GalleryPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1" + imageAlt="Gallery submission" + mediaAnimation="slide-up" inputPlaceholder="Enter your email to share photos" buttonText="Submit Photo Request" termsText="By submitting, you consent to having your photos featured in our gallery. We will give proper credit." diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index cc55345..38e49c7 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -202,6 +202,9 @@ export default function MenuPage() { variant: "radial-gradient" }} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1" + imageAlt="Menu contact" + mediaAnimation="slide-up" inputPlaceholder="Enter your email or phone" buttonText="Submit" termsText="We'll get back to you within an hour during business hours." diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 1e68f33..893423f 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -145,6 +145,9 @@ export default function OrderPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1" + imageAlt="Order form" + mediaAnimation="slide-up" inputPlaceholder="Enter your email or phone number" buttonText="Submit Order Request" termsText="By submitting, you agree to receive order updates via phone or WhatsApp. We respect your privacy." diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f7c8da..125c6cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function HomePage() { imagePosition="right" fixedMediaHeight={true} background={{ - variant: "aurora" + variant: "radial-gradient" }} className="py-16" ariaLabel="Hero section for Taj Icecream" @@ -313,6 +313,9 @@ export default function HomePage() { variant: "radial-gradient" }} useInvertedBackground={false} + imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1" + imageAlt="Order desserts" + mediaAnimation="slide-up" inputPlaceholder="Enter your email or phone" buttonText="Submit Order Request" termsText="By submitting, you agree to receive updates about your order via phone or WhatsApp."