Update src/app/page.tsx
This commit is contained in:
@@ -60,16 +60,16 @@ export default function MediaBuyingPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Professional media buying dashboard showing real-time campaign performance metrics"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Business team analyzing media performance"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "Business team analyzing media performance"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg", imageAlt: "Media strategy planning session"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg?_wi=1", imageAlt: "Media strategy planning session"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Client consultation meeting"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1", imageAlt: "Client consultation meeting"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", imageAlt: "Diverse marketing team collaboration"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=1", imageAlt: "Diverse marketing team collaboration"
|
||||
}
|
||||
]
|
||||
ariaLabel="Hero section featuring media buying expertise and strategic advertising solutions"
|
||||
@@ -106,13 +106,13 @@ export default function MediaBuyingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Performance Analytics", title: "Data-Driven Campaigns", subtitle: "Precision targeting with real-time insights", description: "Our advanced analytics platform tracks performance metrics across all channels, enabling us to optimize campaigns for maximum efficiency and measurable results.", imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Analytics dashboard showing campaign performance metrics", buttons: [
|
||||
tag: "Performance Analytics", title: "Data-Driven Campaigns", subtitle: "Precision targeting with real-time insights", description: "Our advanced analytics platform tracks performance metrics across all channels, enabling us to optimize campaigns for maximum efficiency and measurable results.", imageSrc: "https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2", imageAlt: "Analytics dashboard showing campaign performance metrics", buttons: [
|
||||
{ text: "View Case Studies", href: "#testimonials-section" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Cross-Platform Strategy", title: "Integrated Media Planning", subtitle: "Seamless coordination across digital and traditional channels", description: "We develop cohesive strategies that span television, digital, social, and print platforms, ensuring consistent messaging and amplified impact.", imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg", imageAlt: "Infographic showing integration of various media platforms", buttons: [
|
||||
tag: "Cross-Platform Strategy", title: "Integrated Media Planning", subtitle: "Seamless coordination across digital and traditional channels", description: "We develop cohesive strategies that span television, digital, social, and print platforms, ensuring consistent messaging and amplified impact.", imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-laptop_53876-20853.jpg?_wi=2", imageAlt: "Infographic showing integration of various media platforms", buttons: [
|
||||
{ text: "Explore Services", href: "#about-section" }
|
||||
]
|
||||
},
|
||||
@@ -167,11 +167,11 @@ export default function MediaBuyingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Johnson", role: "Marketing Director", company: "TechGrowth Inc.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Sarah Johnson, Marketing Director at TechGrowth Inc."
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2", imageAlt: "Sarah Johnson, Marketing Director at TechGrowth Inc."
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Brand Manager", company: "Global Retail Solutions", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Michael Chen, Brand Manager at Global Retail Solutions"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=3", imageAlt: "Michael Chen, Brand Manager at Global Retail Solutions"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Elena Rodriguez", role: "CEO", company: "Creative Dynamics", rating: 5,
|
||||
@@ -220,7 +220,7 @@ export default function MediaBuyingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=2"
|
||||
imageAlt="Media buying expert discussing strategies with a client"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user