From 3be9a6c760099d2a0edd04f41eb9e2f185f78229 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1b5e6d..68b9f19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Personalized Wooden Box", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-heart-shaped-package-gray-background-couple-feeling-gift-love-marriage-happy-lover-gift-holiday_140725-158388.jpg", imageAlt: "Personalized wooden gift box" + id: "1", name: "Personalized Wooden Box", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-heart-shaped-package-gray-background-couple-feeling-gift-love-marriage-happy-lover-gift-holiday_140725-158388.jpg?_wi=1", imageAlt: "Personalized wooden gift box" }, { - id: "2", name: "Luxury Gift Hamper", price: "₹4,999", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gifts-christmas_1220-2053.jpg", imageAlt: "Luxury handmade gift hamper" + id: "2", name: "Luxury Gift Hamper", price: "₹4,999", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gifts-christmas_1220-2053.jpg?_wi=1", imageAlt: "Luxury handmade gift hamper" }, { - id: "3", name: "Custom Engraved Box", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-boxes-grey-surface_176420-11782.jpg", imageAlt: "Custom engraved luxury gift" + id: "3", name: "Custom Engraved Box", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-boxes-grey-surface_176420-11782.jpg?_wi=1", imageAlt: "Custom engraved luxury gift" } ]} gridVariant="uniform-all-items-equal" @@ -113,19 +113,19 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "starter", title: "Starter Gift", price: "₹1,499", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-heart-shaped-package-gray-background-couple-feeling-gift-love-marriage-happy-lover-gift-holiday_140725-158388.jpg", imageAlt: "Starter gift package", button: { text: "Order Now", href: "#contact" }, + id: "starter", title: "Starter Gift", price: "₹1,499", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-heart-shaped-package-gray-background-couple-feeling-gift-love-marriage-happy-lover-gift-holiday_140725-158388.jpg?_wi=2", imageAlt: "Starter gift package", button: { text: "Order Now", href: "#contact" }, features: [ "Custom packaging", "Personalization options", "Premium wrapping", "Gift card included" ] }, { - id: "deluxe", title: "Deluxe Collection", price: "₹3,999", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gifts-christmas_1220-2053.jpg", imageAlt: "Deluxe gift collection", button: { text: "Get Started", href: "#contact" }, + id: "deluxe", title: "Deluxe Collection", price: "₹3,999", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-gifts-christmas_1220-2053.jpg?_wi=2", imageAlt: "Deluxe gift collection", button: { text: "Get Started", href: "#contact" }, features: [ "Premium artisan items", "Custom engraving", "Luxury packaging", "Express shipping", "Personal consultation" ] }, { - id: "premium", title: "Premium Bespoke", price: "₹7,999", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-boxes-grey-surface_176420-11782.jpg", imageAlt: "Premium bespoke gift", button: { text: "Customize", href: "#contact" }, + id: "premium", title: "Premium Bespoke", price: "₹7,999", period: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-boxes-grey-surface_176420-11782.jpg?_wi=2", imageAlt: "Premium bespoke gift", button: { text: "Customize", href: "#contact" }, features: [ "Fully customizable design", "Multiple artisan items", "Premium materials", "Exclusive packaging", "Priority support", "Lifetime warranty" ] -- 2.49.1