Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:47:51 +00:00
parent c2f3e84c2d
commit bf62aadc54

View File

@@ -81,7 +81,7 @@ const HomePage = () => {
icon: TrendingUp,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-executive-instructing-diverse-employees-new-modern-company-office-room-before-business-meeting-with-partners-analysing-reports-tablet_482257-5242.jpg?_wi=1"
imageAlt="ROI Capital marketing team collaborating"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -105,7 +105,7 @@ const HomePage = () => {
title: "Strategic Planning",
description: "Custom marketing strategies aligned with your business objectives and target audience.",
tag: "Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1",
imageAlt: "Strategic marketing planning",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -114,7 +114,7 @@ const HomePage = () => {
title: "SEO & SEM",
description: "Boost your online visibility with our advanced search engine optimization and paid search expertise.",
tag: "Search",
imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=1",
imageAlt: "SEO optimization and search marketing",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -123,7 +123,7 @@ const HomePage = () => {
title: "Content Marketing",
description: "Engaging, high-quality content that resonates with your audience and drives engagement.",
tag: "Content",
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/media-marketing-internet-digital-global_53876-138500.jpg?_wi=1",
imageAlt: "Content marketing strategy",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -132,7 +132,7 @@ const HomePage = () => {
title: "Social Media Management",
description: "Strategic social campaigns that build community, increase engagement, and drive conversions.",
tag: "Social",
imageSrc: "http://img.b2bpic.net/free-photo/friends-using-smartphones-together-outdoors_53876-26150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-using-smartphones-together-outdoors_53876-26150.jpg?_wi=1",
imageAlt: "Social media marketing campaigns",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -207,28 +207,28 @@ const HomePage = () => {
id: "1",
name: "Jessica Martinez",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Jessica Martinez, CEO",
},
{
id: "2",
name: "Marcus Thompson",
role: "Head of Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Marcus Thompson, Strategy Lead",
},
{
id: "3",
name: "Aisha Patel",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Aisha Patel, Creative Director",
},
{
id: "4",
name: "James Wilson",
role: "Analytics Lead",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4",
imageAlt: "James Wilson, Analytics Lead",
},
]}