Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 01:33:55 +00:00

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
tag="Creative Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg?_wi=1"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-vector/professional-dashboard-user-panel_23-2148372586.jpg"
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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/person-touching-tablet-graphics-coming-out-it_1232-1399.jpg"
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?_wi=2"
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"
},
{
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?_wi=1"
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"
},
{
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?_wi=1"
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"
},
{
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?_wi=2"
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"
}
]}
/>
@@ -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?_wi=3"
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: "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: "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: "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"
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"
}
]}
/>