diff --git a/src/app/page.tsx b/src/app/page.tsx index 72bfb7e..e2ded48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { buttons={[{ text: "Start A Campaign", href: "#contact" }]} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/twinkly-lights-decoration-christmas-background_23-2148056704.jpg?_wi=1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businessmen-discuss-marketing-ideas_482257-120122.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/businessmen-discuss-marketing-ideas_482257-120122.jpg?_wi=1" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/modern-young-businessman-standing-campus_23-2147941463.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-walking-together_23-2149241532.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-walking-together_23-2149241532.jpg?_wi=1" } ]} /> @@ -68,7 +68,7 @@ export default function LandingPage() { { value: "120+", title: "Activations" }, { value: "98%", title: "Retention Rate" } ]} - imageSrc="http://img.b2bpic.net/free-photo/businessmen-discuss-marketing-ideas_482257-120122.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessmen-discuss-marketing-ideas_482257-120122.jpg?_wi=2" useInvertedBackground={false} /> @@ -82,7 +82,7 @@ export default function LandingPage() { description="Innovative solutions that deliver measurable impact." features={[ { - id: "f1", title: "Interactive Holography", description: "Cutting-edge projections to capture attention in high-traffic environments.", tag: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-walking-together_23-2149241532.jpg"}, + id: "f1", title: "Interactive Holography", description: "Cutting-edge projections to capture attention in high-traffic environments.", tag: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-walking-together_23-2149241532.jpg?_wi=2"}, { id: "f2", title: "Sensory Installations", description: "Full sensory pop-ups designed to evoke emotion and foster relationships.", tag: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/costume-jacket-is-hanging-window-ceiling_8353-9797.jpg"} ]}