Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:21:04 +00:00
parent 91ae36e8c3
commit 4bcc2adc30

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Social Strategy & Planning", description: "Develop comprehensive, data-driven strategies that align with your business goals and engage your target audience.", media: { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-collaborate-your-project_505751-8222.jpg" },
id: "1", title: "Social Strategy & Planning", description: "Develop comprehensive, data-driven strategies that align with your business goals and engage your target audience.", media: { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-collaborate-your-project_505751-8222.jpg?_wi=1" },
items: [
{ icon: Target, text: "Audience analysis and targeting" },
{ icon: Compass, text: "Platform-specific strategies" },
@@ -138,7 +138,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Content Creation & Management", description: "Craft compelling, on-brand content that resonates with your audience and drives meaningful engagement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-record-video_23-2148586362.jpg" },
id: "2", title: "Content Creation & Management", description: "Craft compelling, on-brand content that resonates with your audience and drives meaningful engagement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-record-video_23-2148586362.jpg?_wi=1" },
items: [
{ icon: Palette, text: "Creative concept development" },
{ icon: Camera, text: "Professional content production" },
@@ -147,7 +147,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Paid Social & Advertising", description: "Maximize your ROI with expertly managed paid campaigns across all major social platforms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-graphs-digital-tablet-while-planning-with-coworkers-desk-office_662251-126.jpg" },
id: "3", title: "Paid Social & Advertising", description: "Maximize your ROI with expertly managed paid campaigns across all major social platforms.", media: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-graphs-digital-tablet-while-planning-with-coworkers-desk-office_662251-126.jpg?_wi=1" },
items: [
{ icon: TrendingUp, text: "Campaign optimization" },
{ icon: DollarSign, text: "Budget management" },
@@ -173,15 +173,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Fashion Forward", name: "Instagram Growth Campaign", price: "+156% Engagement", rating: 5,
reviewCount: "342K Impressions", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-collaborate-your-project_505751-8222.jpg", imageAlt: "Fashion brand social campaign"
reviewCount: "342K Impressions", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-collaborate-your-project_505751-8222.jpg?_wi=2", imageAlt: "Fashion brand social campaign"
},
{
id: "2", brand: "Tech Startup", name: "LinkedIn B2B Strategy", price: "+89% Lead Gen", rating: 5,
reviewCount: "28K Leads", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-record-video_23-2148586362.jpg", imageAlt: "Tech startup LinkedIn campaign"
reviewCount: "28K Leads", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-record-video_23-2148586362.jpg?_wi=2", imageAlt: "Tech startup LinkedIn campaign"
},
{
id: "3", brand: "Wellness Brand", name: "TikTok Viral Campaign", price: "+523% Reach", rating: 5,
reviewCount: "8.2M Views", imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-graphs-digital-tablet-while-planning-with-coworkers-desk-office_662251-126.jpg", imageAlt: "Wellness brand TikTok campaign"
reviewCount: "8.2M Views", imageSrc: "http://img.b2bpic.net/free-photo/businessman-examining-graphs-digital-tablet-while-planning-with-coworkers-desk-office_662251-126.jpg?_wi=2", imageAlt: "Wellness brand TikTok campaign"
}
]}
/>
@@ -219,16 +219,16 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
members={[
{
id: "1", name: "Sarah Martinez", role: "Strategy Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Martinez"
id: "1", name: "Sarah Martinez", role: "Strategy Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "Alex Chen", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Alex Chen"
id: "2", name: "Alex Chen", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Alex Chen"
},
{
id: "3", name: "Jordan Rivera", role: "Analytics Expert", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jordan Rivera"
id: "3", name: "Jordan Rivera", role: "Analytics Expert", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Jordan Rivera"
},
{
id: "4", name: "Emma Thompson", role: "Content Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emma Thompson"
id: "4", name: "Emma Thompson", role: "Content Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Emma Thompson"
}
]}
/>
@@ -242,19 +242,19 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Victoria Summers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Summers"
id: "1", name: "Victoria Summers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Victoria Summers"
},
{
id: "2", name: "Michael Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Jessica Wong", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jessica Wong"
id: "3", name: "Jessica Wong", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Jessica Wong"
},
{
id: "4", name: "David Kumar", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "David Kumar"
},
{
id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Laurent"
id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Laurent"
},
{
id: "6", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5359.jpg", imageAlt: "Marcus Johnson"