diff --git a/src/app/page.tsx b/src/app/page.tsx index 0acb81e..dc1e448 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "project-1", name: "Brand Identity System", price: "Complete Branding", variant: "Logo, Guidelines, Collateral", imageSrc: "http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg", imageAlt: "Brand identity project" + id: "project-1", name: "Brand Identity System", price: "Complete Branding", variant: "Logo, Guidelines, Collateral", imageSrc: "http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg?_wi=1", imageAlt: "Brand identity project" }, { id: "project-2", name: "Editorial Design", price: "Print & Digital", variant: "Magazine Layout, Posters", imageSrc: "http://img.b2bpic.net/free-photo/black-pigment-diffusing-with-water_23-2147828390.jpg", imageAlt: "Editorial design project" @@ -130,7 +130,7 @@ export default function LandingPage() { id: "4", title: "Illustration & Custom Artwork", content: "Original illustrations and custom artwork that bring your ideas to life. Perfect for adding personality and uniqueness to your brand or marketing campaigns." } ]} - imageSrc="http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg" + imageSrc="http://img.b2bpic.net/free-photo/creating-new-fashion-trends_1098-13434.jpg?_wi=2" imageAlt="Services showcase" mediaAnimation="slide-up" useInvertedBackground={true}