Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 00:20:07 +00:00

View File

@@ -69,11 +69,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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: "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: "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: "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: "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: "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: "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: "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: "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: "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"
description="Creating your personalized masterpiece is easy, fun, and fast."
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}