From 863d13b0301f686b04bfe7086231e3544abaff95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:20:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9746168..8889930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1