From 9501b1f39d8e2b8df2632d22c71ab757ef097858 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:03:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b83e2b1..91ea425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { title: "Home Essentials", description: "Useful daily household products and practical items — quality goods for everyday living.", icon: Home, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg?_wi=1" imageAlt="Assorted gift items and decorations" mediaAnimation="slide-up" imagePosition="right" @@ -117,22 +117,22 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Decorative LED String Lights", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg", imageAlt: "Decorative LED string lights" + id: "1", name: "Decorative LED String Lights", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg?_wi=1", imageAlt: "Decorative LED string lights" }, { - id: "2", name: "Premium Gift Boxes Set", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg", imageAlt: "Premium gift boxes collection" + id: "2", name: "Premium Gift Boxes Set", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg?_wi=2", imageAlt: "Premium gift boxes collection" }, { id: "3", name: "Soft Toy Collection", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/top-view-postpartum-box-still-life_23-2151174348.jpg", imageAlt: "Colorful soft toys" }, { - id: "4", name: "Party Balloon Pack", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg", imageAlt: "Colorful party balloons" + id: "4", name: "Party Balloon Pack", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg?_wi=2", imageAlt: "Colorful party balloons" }, { - id: "5", name: "Artificial Flowers Bouquet", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg", imageAlt: "Artificial flowers decoration" + id: "5", name: "Artificial Flowers Bouquet", price: "₹429", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg?_wi=3", imageAlt: "Artificial flowers decoration" }, { - id: "6", name: "Premium Keychain Set", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg", imageAlt: "Stylish keychains" + id: "6", name: "Premium Keychain Set", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg?_wi=3", imageAlt: "Stylish keychains" }, ]} gridVariant="three-columns-all-equal-width" @@ -214,11 +214,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Special Days", title: "Birthdays", subtitle: "Celebrate with joy and style", description: "From toys to gift sets, find the perfect birthday present for every age. Our curated collection ensures memorable celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg", imageAlt: "Birthday gifts collection" + tag: "Special Days", title: "Birthdays", subtitle: "Celebrate with joy and style", description: "From toys to gift sets, find the perfect birthday present for every age. Our curated collection ensures memorable celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valentines-day-presents-dark-background_140725-139519.jpg?_wi=4", imageAlt: "Birthday gifts collection" }, { id: 2, - tag: "Love & Romance", title: "Anniversaries", subtitle: "Express your affection beautifully", description: "Celebrate milestones with thoughtful gifts. Our premium gift boxes and decorative items create magical moments.", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg", imageAlt: "Anniversary gift ideas" + tag: "Love & Romance", title: "Anniversaries", subtitle: "Express your affection beautifully", description: "Celebrate milestones with thoughtful gifts. Our premium gift boxes and decorative items create magical moments.", imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17833.jpg?_wi=4", imageAlt: "Anniversary gift ideas" }, { id: 3, -- 2.49.1