Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dbee8a2f7 | |||
| 93cb6031b6 | |||
| 7325fc0ec3 | |||
| 6cd5ba7694 | |||
| c168a8108c |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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."
|
||||
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"
|
||||
imageAlt="magical storybook illustration"
|
||||
/>
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
<div id="books" data-section="books">
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
|
||||
Reference in New Issue
Block a user