diff --git a/src/app/page.tsx b/src/app/page.tsx index fc8a25a..6227d56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg", imageAlt: "Real estate photography showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Luxury property listing"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Luxury property listing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg?_wi=1", imageAlt: "Contemporary home photography"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-landscaped-yard_84443-74091.jpg", imageAlt: "Contemporary home photography"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-district-aerial-panorama-urban-style_169016-68484.jpg?_wi=1", imageAlt: "Residential property exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-district-aerial-panorama-urban-style_169016-68484.jpg", imageAlt: "Residential property exterior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=1", imageAlt: "Professional photography equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg", imageAlt: "Professional photography equipment"}, ]} buttons={[ { text: "View Portfolio", href: "portfolio" }, @@ -83,6 +83,7 @@ export default function LandingPage() { imageAlt="B12 Media team" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" tagAnimation="slide-up" /> @@ -101,7 +102,7 @@ export default function LandingPage() { { id: "3", title: "Social Media Marketing", content: "Strategic content creation and management across all major platforms to build your brand, attract leads, and maintain consistent engagement with your audience."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg" imageAlt="Professional photography equipment" useInvertedBackground={false} mediaPosition="right" @@ -115,11 +116,11 @@ export default function LandingPage() {