diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c82cd2..3adc7aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Explore Collections", href: "products" }, { text: "Learn Our Story", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg" imageAlt="Family in coordinated apparel" showDimOverlay={true} /> @@ -64,10 +64,11 @@ export default function LandingPage() { { value: "5000+", title: "Happy Family Sets Sold" }, { value: "100%", title: "Premium Quality Assured" } ]} - imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mother-with-her-children-backyard_1303-22039.jpg" imageAlt="Family coordination showcase" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -208,7 +209,7 @@ export default function LandingPage() {