Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,16 +57,16 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg", imageAlt: "Birthday Magazine Cover" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg", imageAlt: "Baby Milestone Magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg", imageAlt: "Anniversary Magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-home-party-poster-template_23-2150509140.jpg", imageAlt: "Friendship Magazine" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg?_wi=1", imageAlt: "Birthday Magazine Cover" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg?_wi=1", imageAlt: "Baby Milestone Magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg?_wi=1", imageAlt: "Anniversary Magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-home-party-poster-template_23-2150509140.jpg?_wi=1", imageAlt: "Friendship Magazine" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/book-cup-tea-floor-living-room-top-view_169016-48945.jpg", imageAlt: "Premium Magazine Mockup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg", imageAlt: "Anniversary Spread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg", imageAlt: "Birthday Spread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg", imageAlt: "Baby Milestone Spread" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg?_wi=2", imageAlt: "Anniversary Spread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg?_wi=2", imageAlt: "Birthday Spread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg?_wi=2", imageAlt: "Baby Milestone Spread" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -83,22 +83,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Send Us Your Photos & Story", description: "Share your favorite moments and tell us your story. Upload photos via our Instagram DM, WhatsApp, or email with your preferences.", icon: Upload,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-photos-with-mobile_1301-5147.jpg", imageAlt: "Upload photos interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-photos-with-mobile_1301-5147.jpg", imageAlt: "Photo collection process" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-photos-with-mobile_1301-5147.jpg?_wi=1", imageAlt: "Upload photos interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-couple-taking-photos-with-mobile_1301-5147.jpg?_wi=2", imageAlt: "Photo collection process" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "We Design Your Custom Magazine", description: "Our talented design team carefully curates and arranges your photos into a stunning, professional magazine layout tailored to your occasion.", icon: Palette,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace-with-color-palettes_23-2148821933.jpg", imageAlt: "Design process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace-with-color-palettes_23-2148821933.jpg", imageAlt: "Custom magazine design" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace-with-color-palettes_23-2148821933.jpg?_wi=1", imageAlt: "Design process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-office-workspace-with-color-palettes_23-2148821933.jpg?_wi=2", imageAlt: "Custom magazine design" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Get It Printed & Delivered", description: "Your magazine is professionally printed on premium paper and delivered right to your door. Beautifully packaged and ready to gift or cherish.", icon: Package,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pack_23-2149035930.jpg", imageAlt: "Printed magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pack_23-2149035930.jpg", imageAlt: "Package delivery" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pack_23-2149035930.jpg?_wi=1", imageAlt: "Printed magazine" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pack_23-2149035930.jpg?_wi=2", imageAlt: "Package delivery" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -117,16 +117,16 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Birthday Celebration Magazine", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg", imageAlt: "Birthday magazine cover", initialQuantity: 1
|
||||
id: "1", name: "Birthday Celebration Magazine", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cheers-celebration-party-xmas-concept_53876-133888.jpg?_wi=3", imageAlt: "Birthday magazine cover", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anniversary Love Story", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg", imageAlt: "Anniversary magazine", initialQuantity: 1
|
||||
id: "2", name: "Anniversary Love Story", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-hand-drawn-wedding-landing-page_23-2149062419.jpg?_wi=3", imageAlt: "Anniversary magazine", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Baby Milestone Journal", price: "₹1,199", imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg", imageAlt: "Baby milestone magazine", initialQuantity: 1
|
||||
id: "3", name: "Baby Milestone Journal", price: "₹1,199", imageSrc: "http://img.b2bpic.net/free-psd/mother-s-day-poster-template-design_23-2149368817.jpg?_wi=3", imageAlt: "Baby milestone magazine", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Friendship Memories", price: "₹1,399", imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-home-party-poster-template_23-2150509140.jpg", imageAlt: "Friendship magazine", initialQuantity: 1
|
||||
id: "4", name: "Friendship Memories", price: "₹1,399", imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-home-party-poster-template_23-2150509140.jpg?_wi=2", imageAlt: "Friendship magazine", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user