Merge version_30 into main #67
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Phone, Mail, MessageCircle } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -35,16 +35,16 @@ export default function AboutPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Professional Plan Contact"
|
||||
ctaDescription="Ready for comprehensive creative support? Our $350/mo Professional Plan is designed for businesses scaling their ad campaigns. Get in touch to learn more."
|
||||
ctaButton={{ text: "Send Message", href: "#" }}
|
||||
ctaTitle="Request Growth Plan"
|
||||
ctaDescription="Ready for comprehensive creative support? Our $350/mo Growth Plan is designed for businesses scaling their ad campaigns. Get in touch to learn more."
|
||||
ctaButton={{ text: "Request Growth Plan", href: "#" }}
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's included in the Professional Plan?", content: "The Professional Plan includes 8-12 ad variations monthly, diverse visual angles, copy testing variations, multiple formats and sizes, platform-optimized specifications, and priority support. This is our most popular plan for growing businesses."
|
||||
id: "1", title: "What's included in the Growth Plan?", content: "The Growth Plan includes 8-12 ad variations monthly, diverse visual angles, copy testing variations, multiple formats and sizes, platform-optimized specifications, and priority support. This is our most popular plan for growing businesses."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How is this different from the Starter Plan?", content: "The Professional Plan offers double the creative output, more diverse visual approaches, built-in copy variations for A/B testing, and priority support to ensure your creative needs are always met quickly."
|
||||
id: "2", title: "How is this different from the Starter Plan?", content: "The Growth Plan offers double the creative output, more diverse visual approaches, built-in copy variations for A/B testing, and priority support to ensure your creative needs are always met quickly."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you provide platform optimization?", content: "Yes, all creative is optimized for platform specifications. We ensure every ad is formatted correctly for Facebook, Instagram, Reels, and other Meta platforms."
|
||||
@@ -67,4 +67,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Phone, Mail, MessageCircle } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -35,9 +35,9 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Starter Plan Contact"
|
||||
ctaTitle="Request Starter Plan"
|
||||
ctaDescription="Interested in our $200/mo ad creative package? Fill out the form below and we'll get back to you within 24 hours."
|
||||
ctaButton={{ text: "Send Message", href: "#" }}
|
||||
ctaButton={{ text: "Request Starter Plan", href: "#" }}
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
@@ -47,7 +47,7 @@ export default function ContactPage() {
|
||||
id: "2", title: "How often do I receive new creative?", content: "New creative is delivered monthly, giving you fresh angles and variations to test different messaging and visual approaches with your audience."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I upgrade or downgrade anytime?", content: "Yes, you can upgrade to our Professional or Enterprise plans at any time, or downgrade as needed. We offer flexible month-to-month billing."
|
||||
id: "3", title: "Can I upgrade or downgrade anytime?", content: "Yes, you can upgrade to our Professional or Growth plans at any time, or downgrade as needed. We offer flexible month-to-month billing."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What if I need revisions?", content: "We include revision rounds in our service. Let us know what adjustments you need and we'll refine the creative to better match your vision."
|
||||
@@ -67,4 +67,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Phone, Mail, MessageCircle } from "lucide-react";
|
||||
import { MessageCircle } from "lucide-react";
|
||||
|
||||
export default function EnterprisePage() {
|
||||
return (
|
||||
@@ -35,16 +35,16 @@ export default function EnterprisePage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Enterprise Plan Contact"
|
||||
ctaDescription="Our $500/mo Enterprise Plan is designed for scaling brands that need maximum creative output and strategic support. Let's discuss how we can fuel your growth."
|
||||
ctaButton={{ text: "Send Message", href: "#" }}
|
||||
ctaTitle="Request Premium Plan"
|
||||
ctaDescription="Our $500/mo Premium Plan is designed for scaling brands that need maximum creative output and strategic support. Let's discuss how we can fuel your growth."
|
||||
ctaButton={{ text: "Request Premium Plan", href: "#" }}
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's included in the Enterprise Plan?", content: "The Enterprise Plan includes 15+ ad variations monthly, A/B testing frameworks, both video and static assets, campaign-specific creative tailored to your offer and audience, dedicated creative support, and structured revision rounds included. This is our premium offering for brands serious about scaling."
|
||||
id: "1", title: "What's included in the Premium Plan?", content: "The Premium Plan includes 15+ ad variations monthly, A/B testing frameworks, both video and static assets, campaign-specific creative tailored to your offer and audience, dedicated creative support, and structured revision rounds included. This is our premium offering for brands serious about scaling."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you create video content?", content: "Yes, the Enterprise Plan includes video and static assets. We produce professional video ads alongside static creative to give you diverse formats for testing and optimization."
|
||||
id: "2", title: "Do you create video content?", content: "Yes, the Premium Plan includes video and static assets. We produce professional video ads alongside static creative to give you diverse formats for testing and optimization."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What does A/B testing framework mean?", content: "We structure your creative with A/B testing in mind, providing variations that test different hooks, angles, headlines, and visuals. This helps you identify what resonates best with your audience and optimize your ad spend."
|
||||
@@ -53,7 +53,7 @@ export default function EnterprisePage() {
|
||||
id: "4", title: "How does dedicated support work?", content: "You get a dedicated creative team member who understands your business, audience, and goals. They're your point of contact for faster turnarounds, strategic recommendations, and priority revision rounds."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can creative be tailored to specific campaigns?", content: "Absolutely. With the Enterprise Plan, we create campaign-specific creative tailored to your particular offer and target audience. Every variation is strategically designed for maximum impact."
|
||||
id: "5", title: "Can creative be tailored to specific campaigns?", content: "Absolutely. With the Premium Plan, we create campaign-specific creative tailored to your particular offer and target audience. Every variation is strategically designed for maximum impact."
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -70,4 +70,4 @@ export default function EnterprisePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user