From 5e04f1c1465d9e90f3025f1ff1b7911cc35fb4e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:54:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4d066a..182a127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg?_wi=1", imageAlt: "Professional newborn photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-dressed-like-princess-sits-studio_8353-7275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-dressed-like-princess-sits-studio_8353-7275.jpg?_wi=1", imageAlt: "Smiling baby photoshoot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-is-happy-arms-my-mother_8353-9307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-is-happy-arms-my-mother_8353-9307.jpg?_wi=1", imageAlt: "Sleeping baby in basket", }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg?_wi=1", imageAlt: "Cute baby sitting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-with-toys_624325-3255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-with-toys_624325-3255.jpg?_wi=1", imageAlt: "Playful baby portraits", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg?_wi=1", imageAlt: "Family newborn portrait", }, ]} @@ -113,21 +113,21 @@ export default function LandingPage() { { title: "Newborn Sessions", description: "Safe, gentle studio sessions capturing delicate newborn details.", - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg?_wi=2", titleIconSrc: "Camera", buttonText: "Learn More", }, { title: "Milestone Portraits", description: "Perfect for tracking growth at 6, 9, and 12 months.", - imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg?_wi=2", titleIconSrc: "Sparkles", buttonText: "Learn More", }, { title: "Family Keepsakes", description: "Including family members in your little one's special shoot.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg?_wi=2", titleIconSrc: "Heart", buttonText: "Learn More", }, @@ -148,42 +148,42 @@ export default function LandingPage() { name: "Newborn Dreams", price: "$300", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-is-happy-arms-my-mother_8353-9307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-girl-is-happy-arms-my-mother_8353-9307.jpg?_wi=2", }, { id: "p2", name: "Sitting Smiles", price: "$250", variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-girl-keeps-star-sits-ladder_1304-3156.jpg?_wi=3", }, { id: "p3", name: "First Year Magic", price: "$400", variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-dressed-like-princess-sits-studio_8353-7275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-dressed-like-princess-sits-studio_8353-7275.jpg?_wi=2", }, { id: "p4", name: "Soft Sunlight", price: "$200", variant: "Basic", - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-toddler-dress_1303-13480.jpg?_wi=3", }, { id: "p5", name: "Family Connection", price: "$350", variant: "Family", - imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-autumn-field_1157-24710.jpg?_wi=3", }, { id: "p6", name: "Milestone Joy", price: "$275", variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-with-toys_624325-3255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-baby-with-toys_624325-3255.jpg?_wi=2", }, ]} title="Portfolio Highlights" -- 2.49.1