Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93cb6031b6 | |||
| 7325fc0ec3 | |||
| 6cd5ba7694 | |||
| c168a8108c |
@@ -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"
|
||||||
/>
|
/>
|
||||||
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user