From 3259215c1da3b818f8cbf653eaec809cbee15c84 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:46 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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." -- 2.49.1 From 431b4bcfb9dba0caa50bac787ec56fcbd40635af Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:47 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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." -- 2.49.1 From 6844b7b274b79e195a50e6889ac96cc8107968a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:47 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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." -- 2.49.1 From 0839ed9afd393f713a60000c5b0b1729c8cca56f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:47 +0000 Subject: [PATCH 4/5] Update src/app/order/page.tsx --- src/app/order/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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." -- 2.49.1 From d010a1e6af17d638af96fbb3c0c0732caf78e105 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:51:48 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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." -- 2.49.1