diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50a51d2..6cfe407 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { }, ]} buttons={[{ text: "Explore Store", href: "/products" }]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg?_wi=3" imageAlt="Liberty Associates flagship retail store in Udaipur" mediaAnimation="opacity" imagePosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a71af1..600f313 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { { text: "Check Availability", href: "#" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg?_wi=1" imageAlt="Premium electronics retail store interior" mediaAnimation="slide-up" frameStyle="card" @@ -111,7 +111,7 @@ export default function HomePage() { }, ]} buttons={[{ text: "Learn More", href: "/about" }]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7930.jpg?_wi=2" imageAlt="Liberty Associates retail store in Udaipur" mediaAnimation="opacity" imagePosition="right" @@ -135,7 +135,7 @@ export default function HomePage() { price: "₹44,999", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/tv-nature-concept_23-2150246085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tv-nature-concept_23-2150246085.jpg?_wi=1", imageAlt: "Samsung 55-inch 4K Smart TV", }, { @@ -145,7 +145,7 @@ export default function HomePage() { price: "₹32,999", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg?_wi=1", imageAlt: "LG Front Load Washing Machine", }, { @@ -155,7 +155,7 @@ export default function HomePage() { price: "₹38,500", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=1", imageAlt: "Panasonic 1.5 Ton Air Conditioner", }, { @@ -165,7 +165,7 @@ export default function HomePage() { price: "₹14,999", rating: 5, reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg?_wi=1", imageAlt: "IFB Microwave Oven Convection", }, ]} @@ -192,7 +192,7 @@ export default function HomePage() { description: "Direct authorization from Samsung, LG, Panasonic & IFB ensures genuine products and full manufacturer warranty coverage for all purchases.", tags: ["Warranty", "Genuine"], - imageSrc: "http://img.b2bpic.net/free-vector/certified-approved-rubber-stamps-seal-set_1017-25321.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/certified-approved-rubber-stamps-seal-set_1017-25321.jpg?_wi=1", imageAlt: "Authorized dealer certificate", }, { @@ -202,7 +202,7 @@ export default function HomePage() { description: "Choose from multiple EMI schemes (3, 6, 12, 24 months) with zero-interest options and minimal documentation for easy home appliance purchases.", tags: ["Financing", "Easy Payment"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-finances-table-laptop-smartphone-money-notepad_1268-17470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-finances-table-laptop-smartphone-money-notepad_1268-17470.jpg?_wi=1", imageAlt: "EMI payment options", }, { @@ -212,7 +212,7 @@ export default function HomePage() { description: "One-tap WhatsApp access, instant product queries, warranty claims, and fastest customer support in Udaipur with dedicated service teams.", tags: ["Support", "WhatsApp"], - imageSrc: "http://img.b2bpic.net/free-vector/lovely-delivery-truck-with-boxes_23-2147672363.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/lovely-delivery-truck-with-boxes_23-2147672363.jpg?_wi=1", imageAlt: "Customer support services", }, ]} @@ -235,7 +235,7 @@ export default function HomePage() { handle: "Happy Customer", testimonial: "Excellent service! Got my Samsung TV with perfect warranty coverage and flexible EMI. The staff was incredibly helpful.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -253,7 +253,7 @@ export default function HomePage() { handle: "Tech Enthusiast", testimonial: "39 years in business for a reason. Their product knowledge is exceptional. Got my LG appliances with perfect after-sales support.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Vikram Singh", }, { diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 4902c24..b2537f5 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -61,7 +61,7 @@ export default function ProductsPage() { price: "₹44,999", rating: 5, reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-photo/tv-nature-concept_23-2150246085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tv-nature-concept_23-2150246085.jpg?_wi=2", imageAlt: "Samsung 55-inch 4K Smart TV", }, { @@ -71,7 +71,7 @@ export default function ProductsPage() { price: "₹32,999", rating: 5, reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg?_wi=2", imageAlt: "LG Front Load Washing Machine", }, { @@ -81,7 +81,7 @@ export default function ProductsPage() { price: "₹38,500", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=2", imageAlt: "Panasonic 1.5 Ton Air Conditioner", }, { @@ -91,7 +91,7 @@ export default function ProductsPage() { price: "₹14,999", rating: 5, reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg?_wi=2", imageAlt: "IFB Microwave Oven Convection", }, { @@ -101,7 +101,7 @@ export default function ProductsPage() { price: "₹89,999", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/household-appliances-realistic-composition_1284-65307.jpg?_wi=3", imageAlt: "Samsung Side-by-Side Refrigerator", }, { @@ -111,7 +111,7 @@ export default function ProductsPage() { price: "₹24,999", rating: 5, reviewCount: "950", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-loading-clothes-into-washing-machine-modern-self-service-laundry_574295-2561.jpg?_wi=3", imageAlt: "LG Top Load Washing Machine", }, ]} @@ -136,7 +136,7 @@ export default function ProductsPage() { description: "Every product is directly sourced from authorized manufacturers with full authentication certificates and genuine warranty cards.", tags: ["Authentic", "Certified"], - imageSrc: "http://img.b2bpic.net/free-vector/certified-approved-rubber-stamps-seal-set_1017-25321.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/certified-approved-rubber-stamps-seal-set_1017-25321.jpg?_wi=2", imageAlt: "Authorized dealer certificate", }, { @@ -146,7 +146,7 @@ export default function ProductsPage() { description: "Zero-interest EMI up to 24 months, multiple financing partners, instant approval, and minimal documentation for quick checkout.", tags: ["Payment", "EMI"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-finances-table-laptop-smartphone-money-notepad_1268-17470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-with-finances-table-laptop-smartphone-money-notepad_1268-17470.jpg?_wi=2", imageAlt: "EMI payment options", }, { @@ -156,7 +156,7 @@ export default function ProductsPage() { description: "48-hour standard delivery across Udaipur. Same-day delivery available for select items. Free installation for major appliances.", tags: ["Delivery", "Shipping"], - imageSrc: "http://img.b2bpic.net/free-vector/lovely-delivery-truck-with-boxes_23-2147672363.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/lovely-delivery-truck-with-boxes_23-2147672363.jpg?_wi=2", imageAlt: "Fast delivery service", }, ]}