Update src/app/contact/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Short-Form Content", href: "/services" },
|
||||
{ label: "Long-Form Production", href: "/services" },
|
||||
{ label: "Strategy Consulting", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Process", href: "#process" },
|
||||
{ label: "Case Studies", href: "/portfolio" },
|
||||
@@ -36,8 +34,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Content Blog", href: "/blog" },
|
||||
{ label: "Trend Reports", href: "/trends" },
|
||||
{ label: "Creator Community", href: "/community" },
|
||||
@@ -82,23 +79,15 @@ export default function ContactPage() {
|
||||
buttonText="Schedule Strategy Call"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "your@email.com",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "your@email.com", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder:
|
||||
"Tell us about your content goals, current challenges, and what platforms you want to dominate...",
|
||||
rows: 5,
|
||||
name: "message", placeholder:
|
||||
"Tell us about your content goals, current challenges, and what platforms you want to dominate...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
onSubmit={(data) => {
|
||||
@@ -121,41 +110,23 @@ export default function ContactPage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's included in the free 30-minute strategy session?",
|
||||
content:
|
||||
"Our strategy sessions cover: audit of your current content performance, competitor analysis, platform-specific recommendations, content calendar overview, and a customized proposal. You'll leave with actionable insights regardless of whether you move forward with our services.",
|
||||
},
|
||||
id: "1", title: "What's included in the free 30-minute strategy session?", content:
|
||||
"Our strategy sessions cover: audit of your current content performance, competitor analysis, platform-specific recommendations, content calendar overview, and a customized proposal. You'll leave with actionable insights regardless of whether you move forward with our services."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's the minimum engagement timeline?",
|
||||
content:
|
||||
"Most of our clients commit to a 3-month engagement minimum. This allows us time to develop strategy, produce quality content, measure performance, and make optimizations. Short-term projects are available on a case-by-case basis.",
|
||||
},
|
||||
id: "2", title: "What's the minimum engagement timeline?", content:
|
||||
"Most of our clients commit to a 3-month engagement minimum. This allows us time to develop strategy, produce quality content, measure performance, and make optimizations. Short-term projects are available on a case-by-case basis."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you handle content approval and revisions?",
|
||||
content:
|
||||
"We build in a collaborative approval process. You'll receive drafts for feedback, and we include up to 3 rounds of revisions per campaign. After approval, we manage all distribution, scheduling, and performance monitoring across your channels.",
|
||||
},
|
||||
id: "3", title: "How do you handle content approval and revisions?", content:
|
||||
"We build in a collaborative approval process. You'll receive drafts for feedback, and we include up to 3 rounds of revisions per campaign. After approval, we manage all distribution, scheduling, and performance monitoring across your channels."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What platforms do you specialize in?",
|
||||
content:
|
||||
"We work across all major platforms: TikTok, Instagram (Reels, Feed, Stories), YouTube (Shorts, Long-form, Community), Twitter/X, LinkedIn, and Pinterest. We can customize our focus based on where your audience is most active.",
|
||||
},
|
||||
id: "4", title: "What platforms do you specialize in?", content:
|
||||
"We work across all major platforms: TikTok, Instagram (Reels, Feed, Stories), YouTube (Shorts, Long-form, Community), Twitter/X, LinkedIn, and Pinterest. We can customize our focus based on where your audience is most active."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer retainer packages?",
|
||||
content:
|
||||
"Yes! We offer customizable retainer packages ranging from 10-50 content pieces per month. Retainers include strategy, production, distribution, community management, and monthly performance reporting. We can adjust the package based on your specific needs.",
|
||||
},
|
||||
id: "5", title: "Do you offer retainer packages?", content:
|
||||
"Yes! We offer customizable retainer packages ranging from 10-50 content pieces per month. Retainers include strategy, production, distribution, community management, and monthly performance reporting. We can adjust the package based on your specific needs."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How quickly can you get started after signing?",
|
||||
content:
|
||||
"We typically begin production within 5-7 business days of contract signing. Initial onboarding includes brand audit, audience research, and strategy development. First content typically launches within 2-3 weeks.",
|
||||
},
|
||||
id: "6", title: "How quickly can you get started after signing?", content:
|
||||
"We typically begin production within 5-7 business days of contract signing. Initial onboarding includes brand audit, audience research, and strategy development. First content typically launches within 2-3 weeks."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user