Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
title="Crafted by Hand, Designed for You"
|
||||
description="Discover our collection of custom handmade gifts, each piece meticulously crafted with love and attention to detail. Perfect for every occasion, our artisan creations add a personal touch to your most cherished moments."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Handmade Excellence"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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