From 6f63e5f8f047011e8913e04fb2a2824bf5666bdd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:34:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e601fb..6144855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg" + imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg?_wi=1" imageAlt="Content agency dashboard and strategy tools" buttons={[ { text: "Start Your Project", href: "contact" }, @@ -82,7 +82,7 @@ export default function LandingPage() { title: "Scalable Solutions", description: "Whether you need ongoing content production or strategic campaigns, we scale our engagement to match your growth trajectory.", icon: Layers } ]} - imageSrc="http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg?_wi=1" imageAlt="Premium brand content strategy showcase" mediaAnimation="slide-up" imagePosition="right" @@ -103,19 +103,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strategic Discovery", description: "We immerse ourselves in your market, audience, and business goals to develop a content roadmap that aligns with your growth strategy.", imageSrc: "http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg" + title: "Strategic Discovery", description: "We immerse ourselves in your market, audience, and business goals to develop a content roadmap that aligns with your growth strategy.", imageSrc: "http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg?_wi=2" }, { id: 2, - title: "Creative Development", description: "Our creative team conceptualizes and refines narratives that resonate with your target audience, ensuring brand consistency and impact.", imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg" + title: "Creative Development", description: "Our creative team conceptualizes and refines narratives that resonate with your target audience, ensuring brand consistency and impact.", imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg?_wi=1" }, { id: 3, - title: "Production & Distribution", description: "From premium video production to multi-channel publishing, we execute with precision, optimizing for each platform and audience segment.", imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-125435.jpg" + title: "Production & Distribution", description: "From premium video production to multi-channel publishing, we execute with precision, optimizing for each platform and audience segment.", imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-125435.jpg?_wi=1" }, { id: 4, - title: "Performance & Optimization", description: "We measure, analyze, and continuously refine, ensuring your content strategy evolves with market dynamics and delivers consistent ROI.", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg" + title: "Performance & Optimization", description: "We measure, analyze, and continuously refine, ensuring your content strategy evolves with market dynamics and delivers consistent ROI.", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg?_wi=2" } ]} /> @@ -133,13 +133,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Global Tech Leader: Thought Leadership Campaign", price: "Enterprise Scale", imageSrc: "http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg" + id: "1", name: "Global Tech Leader: Thought Leadership Campaign", price: "Enterprise Scale", imageSrc: "http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg?_wi=3" }, { - id: "2", name: "Luxury Brand: Brand Narrative Ecosystem", price: "Premium Scope", imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg" + id: "2", name: "Luxury Brand: Brand Narrative Ecosystem", price: "Premium Scope", imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg?_wi=2" }, { - id: "3", name: "Consumer Growth Company: Omnichannel Content Strategy", price: "Growth Focused", imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-125435.jpg" + id: "3", name: "Consumer Growth Company: Omnichannel Content Strategy", price: "Growth Focused", imageSrc: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-125435.jpg?_wi=2" } ]} /> -- 2.49.1