diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ed69621..ca4846f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -126,7 +126,7 @@ export default function AboutPage() { handle: "@priya_delhi", testimonial: "The quality and authenticity of Hera Sweets are unmatched. For my daughter's wedding, Hera Sweets was the obvious choice—our guests couldn't stop raving about the flavors and presentation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg?_wi=3", imageAlt: "Priya Sharma", }, { @@ -135,7 +135,7 @@ export default function AboutPage() { handle: "@neha_celebrations", testimonial: "Hera Sweets made our Diwali celebration truly special. The pure ingredients and traditional recipes transported us to our childhood memories. We order every year now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gesturing-with-hands-smiling-shirt-shorts-looking-cheerful-front-view_176474-13752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gesturing-with-hands-smiling-shirt-shorts-looking-cheerful-front-view_176474-13752.jpg?_wi=3", imageAlt: "Neha Gupta", }, { @@ -144,7 +144,7 @@ export default function AboutPage() { handle: "@deepika_noida", testimonial: "The hamper from Hera Sweets was a gift for my parents, and they absolutely loved it. The variety, packaging, and taste—everything was perfect. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg?_wi=4", imageAlt: "Deepika Nair", }, ]} diff --git a/src/app/corporate-gifting/page.tsx b/src/app/corporate-gifting/page.tsx index faf0447..647fce1 100644 --- a/src/app/corporate-gifting/page.tsx +++ b/src/app/corporate-gifting/page.tsx @@ -117,28 +117,28 @@ export default function CorporateGiftingPage() { id: "premium-hamper", name: "Premium Gifting Hamper", price: "₹2,500", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-nice-presents-arrangement_23-2149343242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-nice-presents-arrangement_23-2149343242.jpg?_wi=4", imageAlt: "Luxury Hera Sweets Gift Hamper", }, { id: "executive-collection", name: "Executive Collection", price: "₹4,500", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-nice-presents-arrangement_23-2149343242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-nice-presents-arrangement_23-2149343242.jpg?_wi=5", imageAlt: "Executive Premium Hamper", }, { id: "celebration-pack", name: "Celebration Pack", price: "₹3,200", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert-arrangement_23-2149312424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-indian-dessert-arrangement_23-2149312424.jpg?_wi=3", imageAlt: "Celebration Bundle", }, { id: "deluxe-assortment", name: "Deluxe Assortment", price: "₹5,500", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-different-cheeses-round-wooden-tray-near-different-sauce-biscuits_181624-3456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-different-cheeses-round-wooden-tray-near-different-sauce-biscuits_181624-3456.jpg?_wi=3", imageAlt: "Deluxe Premium Selection", }, ]} @@ -167,7 +167,7 @@ export default function CorporateGiftingPage() { handle: "@rajesh_corp", testimonial: "We gift Hera Sweets hampers to our corporate clients during the festive season. The premium packaging and authentic taste perfectly represent our brand values and are always appreciated.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg?_wi=3", imageAlt: "Rajesh Kumar", }, { @@ -176,7 +176,7 @@ export default function CorporateGiftingPage() { handle: "@anjali_events", testimonial: "As an event coordinator, I recommend Hera Sweets for all corporate events. Their custom hampers have impressed every client, and the coordination with their team is seamless and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg?_wi=2", imageAlt: "Anjali Mehta", }, { @@ -185,7 +185,7 @@ export default function CorporateGiftingPage() { handle: "@arjun_delhi", testimonial: "Outstanding corporate gifting solution. We've been using Hera Sweets for our annual employee appreciation gifts. The consistency in quality and professional service keeps us coming back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-shaking-hands_23-2148920580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-shaking-hands_23-2148920580.jpg?_wi=2", imageAlt: "Arjun Singh", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c9f8913..5739de9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,6 +1417,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +