From 745511df8ff19c8aeab61ebf092a1a60456398b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:30:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec417d8..e55ad61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=1", imageAlt: "Social media marketing agency team"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Social media marketing agency team"}, { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-366.jpg?_wi=1", imageAlt: "Content creation studio"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-366.jpg", imageAlt: "Content creation studio"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg?_wi=1", imageAlt: "Marketing analytics dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg", imageAlt: "Marketing analytics dashboard"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -72,10 +72,11 @@ export default function LandingPage() { { value: "500+", title: "Successful Campaigns Delivered" }, { value: "2.3B+", title: "Total Social Impressions Generated" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/gradient-landing-page-template_23-2148264773.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/gradient-landing-page-template_23-2148264773.jpg" imageAlt="Case study analytics" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="blur-reveal" tagAnimation="blur-reveal" /> @@ -89,7 +90,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Strategic Social Media Management", description: "Complete management of your social platforms including content creation, scheduling, community engagement, and real-time monitoring to maximize your brand presence.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg?_wi=2", imageAlt: "Social media management"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-black-playing-cards-drinking-champagne_132075-13783.jpg", imageAlt: "Social media management"}, items: [ { icon: CheckCircle, text: "Daily content publishing" }, { icon: CheckCircle, text: "Community management" }, @@ -100,7 +101,7 @@ export default function LandingPage() { }, { id: "2", title: "Influencer Marketing Campaigns", description: "Connect your brand with the right influencers to reach engaged audiences. We handle vetting, negotiations, and campaign execution for authentic partnerships that drive conversions.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-366.jpg?_wi=2", imageAlt: "Influencer partnership"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-366.jpg", imageAlt: "Influencer partnership"}, items: [ { icon: CheckCircle, text: "Influencer identification" }, { icon: CheckCircle, text: "Campaign strategy" }, @@ -111,7 +112,7 @@ export default function LandingPage() { }, { id: "3", title: "Paid Social Advertising", description: "Data-driven paid campaigns across Facebook, Instagram, TikTok, and LinkedIn. We optimize targeting and creative to maximize ROI and scale your customer acquisition.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg?_wi=2", imageAlt: "Paid social campaigns"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg", imageAlt: "Paid social campaigns"}, items: [ { icon: CheckCircle, text: "Campaign setup" }, { icon: CheckCircle, text: "A/B testing" }, @@ -122,7 +123,7 @@ export default function LandingPage() { }, { id: "4", title: "Content Creation & Design", description: "Professional content creation including photography, videography, graphic design, and copywriting. Every piece crafted to align with your brand voice and campaign objectives.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-landing-page-template_23-2148264773.jpg?_wi=2", imageAlt: "Content creation"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-landing-page-template_23-2148264773.jpg", imageAlt: "Content creation"}, items: [ { icon: CheckCircle, text: "Video production" }, { icon: CheckCircle, text: "Graphic design" }, @@ -219,7 +220,7 @@ export default function LandingPage() { { id: "5", title: "How often do you provide performance reports?", content: "We provide detailed monthly performance reports including metrics, insights, and strategic recommendations. For clients with larger campaigns, we also offer weekly dashboards and ad-hoc reporting as needed. Our transparent reporting ensures you always understand the value being delivered."}, { - id: "6", title: "Can you work with industry-specific compliance requirements?", content: "Absolutely. We have extensive experience working within regulated industries including finance, healthcare, and legal services. We ensure all content meets compliance standards while maintaining brand personality and campaign effectiveness."}, + id: "6", title: "Can you work with industry-specific compliance requirements?", content: "Absolutely. We have extensive experience working within regulated industries including finance, healthcare, and legal services. We ensure all content meets compliance standards while maintaining brand personality and campaign effectiveness."} ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1