Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-31 21:23:22 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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}
/>
</div>
@@ -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"}
]}