diff --git a/src/app/page.tsx b/src/app/page.tsx index 939cf9b..648617e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-gift-concept_23-2148102953.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-gift-concept_23-2148102953.jpg?_wi=1" imageAlt="Beautiful handmade gift collection" mediaAnimation="slide-up" imagePosition="right" @@ -72,7 +72,7 @@ export default function LandingPage() { initialQuantity: 1 }, { - id: "gift-hamper", name: "Gift Hamper", price: "₹799", imageSrc: "http://img.b2bpic.net/free-photo/basket-dry-pasta-with-ears-wheat-white_114579-37451.jpg", imageAlt: "Luxurious gift hamper basket", isFavorited: false, + id: "gift-hamper", name: "Gift Hamper", price: "₹799", imageSrc: "http://img.b2bpic.net/free-photo/basket-dry-pasta-with-ears-wheat-white_114579-37451.jpg?_wi=1", imageAlt: "Luxurious gift hamper basket", isFavorited: false, initialQuantity: 1 }, { @@ -113,7 +113,7 @@ export default function LandingPage() { description="Born from passion, crafted with love. Based in Indore, Madhya Pradesh, we believe every gift should carry a piece of the giver's heart. Our artisans pour creativity and care into every creation." subdescription="Each handmade gift from ChitraKaar Crafts is a testament to tradition, quality, and the belief that the best gifts are those made with personal touch and genuine care." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/christmas-items-blue-wodden-table-woman-s-hands-wrapping-christmas-gift_8353-6526.jpg" + imageSrc="http://img.b2bpic.net/free-photo/christmas-items-blue-wodden-table-woman-s-hands-wrapping-christmas-gift_8353-6526.jpg?_wi=1" imageAlt="Artisan hands creating handmade gifts" mediaAnimation="slide-up" useInvertedBackground={false} @@ -125,11 +125,11 @@ export default function LandingPage() { features={[ { id: "handmade", title: "100% Handmade", tags: ["Artisan Crafted", "Premium Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/christmas-items-blue-wodden-table-woman-s-hands-wrapping-christmas-gift_8353-6526.jpg", imageAlt: "Handmade crafting process" + imageSrc: "http://img.b2bpic.net/free-photo/christmas-items-blue-wodden-table-woman-s-hands-wrapping-christmas-gift_8353-6526.jpg?_wi=2", imageAlt: "Handmade crafting process" }, { id: "custom", title: "Custom Gifting", tags: ["Personalized", "Made to Order"], - imageSrc: "http://img.b2bpic.net/free-photo/basket-dry-pasta-with-ears-wheat-white_114579-37451.jpg", imageAlt: "Custom gift hamper" + imageSrc: "http://img.b2bpic.net/free-photo/basket-dry-pasta-with-ears-wheat-white_114579-37451.jpg?_wi=2", imageAlt: "Custom gift hamper" }, { id: "based-indore", title: "Based in Indore", tags: ["Local Artisans", "MP, India"], @@ -137,7 +137,7 @@ export default function LandingPage() { }, { id: "made-with-love", title: "Made with Love", tags: ["Care & Passion", "Personal Touch"], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gift-concept_23-2148102953.jpg", imageAlt: "Gift presentation with care" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gift-concept_23-2148102953.jpg?_wi=2", imageAlt: "Gift presentation with care" } ]} animationType="slide-up" @@ -155,22 +155,22 @@ export default function LandingPage() {