Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-04-02 19:18:24 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
{ value: "100%", title: "Human" },
{ value: "50+", title: "Projects" },
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg?_wi=3"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -56,7 +56,7 @@ export default function AboutPage() {
useInvertedBackground={false}
title="Our Mission"
description="Creating human-first marketing experiences."
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg?_wi=4"
/>
</div>

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Book a Consultation", href: "/contact" },
{ text: "See How It Works", href: "/services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg"
imageSrc="http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg?_wi=1"
imageAlt="Professional team collaboration"
mediaAnimation="slide-up"
avatars={[
@@ -78,7 +78,7 @@ export default function LandingPage() {
{ value: "3X", title: "Higher ROI" },
{ value: "100+", title: "Brands Served" },
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -91,7 +91,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1", title: "Customer Acquisition", description: "Direct outreach that engages and converts audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg", imageAlt: "Acquisition" },
id: "f1", title: "Customer Acquisition", description: "Direct outreach that engages and converts audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg?_wi=2", imageAlt: "Acquisition" },
items: [
{ icon: Target, text: "Precision Targeting" },
{ icon: Users, text: "Human Engagement" },
@@ -99,7 +99,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "f2", title: "Brand Representation", description: "Elevating your brand presence through high-impact interactions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg", imageAlt: "Brand" },
id: "f2", title: "Brand Representation", description: "Elevating your brand presence through high-impact interactions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg?_wi=2", imageAlt: "Brand" },
items: [
{ icon: ShieldCheck, text: "Professionalism" },
{ icon: Award, text: "Brand Integrity" },

View File

@@ -43,12 +43,12 @@ export default function ServicesPage() {
useInvertedBackground={true}
features={[
{
id: "s1", title: "Direct Marketing Campaigns", description: "High-impact, in-person outreach.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg", imageAlt: "Marketing" },
id: "s1", title: "Direct Marketing Campaigns", description: "High-impact, in-person outreach.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg?_wi=3", imageAlt: "Marketing" },
items: [],
reverse: false
},
{
id: "s2", title: "Customer Acquisition", description: "We engage, and convert your ideal customers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg", imageAlt: "Acquisition" },
id: "s2", title: "Customer Acquisition", description: "We engage, and convert your ideal customers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167760.jpg?_wi=5", imageAlt: "Acquisition" },
items: [],
reverse: true
},
@@ -63,7 +63,7 @@ export default function ServicesPage() {
useInvertedBackground={false}
title="Why Choose Us?"
description="Your brand deserves more than just an ad."
imageSrc="http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg"
imageSrc="http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-133453.jpg?_wi=4"
/>
</div>