Merge version_1 into main #3
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user