Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93cb6031b6 | |||
| 7325fc0ec3 | |||
| 6cd5ba7694 | |||
| c168a8108c | |||
| 863d13b030 | |||
| 229239b9c5 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Make Your Child the Star of Their Own Magical Adventure"
|
title="Make Your Child the Star of Their Own Magical Adventure"
|
||||||
description="Upload a photo, add their name, and create a beautiful, personalized storybook that will be cherished forever."
|
description="Upload a photo, add their name, and create a beautiful, personalized storybook that will be cherished forever."
|
||||||
buttons={[{ text: "Start Creating", href: "#books" }]}
|
buttons={[{ text: "Create Your Child's Book", href: "#books" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-dragon-family-sleeping-enchanted-forest_23-2152033048.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cozy-dragon-family-sleeping-enchanted-forest_23-2152033048.jpg"
|
||||||
imageAlt="magical storybook illustration"
|
imageAlt="magical storybook illustration"
|
||||||
/>
|
/>
|
||||||
@@ -69,11 +69,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Upload a Photo", description: "Choose a clear photo of your child and watch them appear in our illustrations.", imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-creative-design-icon_53876-125405.jpg" },
|
{ title: "See Your Child as the Hero", description: "Upload a clear photo to magically place your little one right into our enchanting illustrations.", imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-creative-design-icon_53876-125405.jpg" },
|
||||||
{ title: "Add Their Name", description: "Personalize the story with your child's name in every chapter.", imageSrc: "http://img.b2bpic.net/free-photo/notebooks-green-background-school-concept-flat-lay_169016-26882.jpg" },
|
{ title: "Make the Story Their Own", description: "Add their name to watch them become the protagonist in every single chapter of the book.", imageSrc: "http://img.b2bpic.net/free-photo/notebooks-green-background-school-concept-flat-lay_169016-26882.jpg" },
|
||||||
{ title: "Delivered to You", description: "We print and ship your custom book directly to your door with love.", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-celebration-gift-with-spilling-confetti_23-2152028664.jpg" },
|
{ title: "Cherished Delivery", description: "We print and carefully package your custom creation to ensure it arrives ready to delight.", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-celebration-gift-with-spilling-confetti_23-2152028664.jpg" },
|
||||||
{ title: "Preview Digital Copy", description: "See a digital preview of your book before we send it to the printers.", imageSrc: "http://img.b2bpic.net/free-photo/bookmark-front-side-with-white-background_187299-39735.jpg" },
|
{ title: "Instant Digital Preview", description: "See exactly how the finished book will look before we send it to our premium printers.", imageSrc: "http://img.b2bpic.net/free-photo/bookmark-front-side-with-white-background_187299-39735.jpg" },
|
||||||
{ title: "Gift Wrapped", description: "Every book arrives beautifully packaged and ready to surprise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg" },
|
{ title: "Ready to Gift", description: "Each book is beautifully wrapped, making it the perfect, stress-free surprise for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631428.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Magic in 3 Simple Steps"
|
title="Magic in 3 Simple Steps"
|
||||||
description="Creating your personalized masterpiece is easy, fun, and fast."
|
description="Creating your personalized masterpiece is easy, fun, and fast."
|
||||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
|||||||
<div id="books" data-section="books">
|
<div id="books" data-section="books">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
@@ -174,4 +174,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user