Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-09 18:36:18 +00:00
2 changed files with 55 additions and 174 deletions

View File

@@ -19,8 +19,7 @@ export default function AuthPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -28,8 +27,7 @@ export default function AuthPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -37,8 +35,7 @@ export default function AuthPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function AuthPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -70,7 +67,7 @@ export default function AuthPage() {
<div id="auth-hero" data-section="auth-hero" className="mx-auto px-4 md:px-6">
<HeroBillboardGallery
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
title="Get Started with AI Ad Manager"
description="Start your 14-day free trial today. No credit card required. Connect your Facebook/Instagram account and begin optimizing your ad spend immediately."
tag="AI-Powered"
@@ -84,29 +81,19 @@ export default function AuthPage() {
mediaItems={[
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png?_wi=5",
imageAlt: "AI Ad Manager Dashboard",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png", imageAlt: "AI Ad Manager Dashboard"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/comprehensive-saas-dashboard-overview-sh-1773081218043-e9e302e6.png?_wi=4",
imageAlt: "Complete Dashboard Preview",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/comprehensive-saas-dashboard-overview-sh-1773081218043-e9e302e6.png", imageAlt: "Complete Dashboard Preview"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png?_wi=3",
imageAlt: "Campaign Creation Wizard",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png", imageAlt: "Campaign Creation Wizard"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png?_wi=5",
imageAlt: "Active Campaigns Management",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png", imageAlt: "Active Campaigns Management"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png?_wi=3",
imageAlt: "AI Post Analysis",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png", imageAlt: "AI Post Analysis"},
]}
mediaAnimation="slide-up"
/>
@@ -119,9 +106,9 @@ export default function AuthPage() {
description="Get weekly tips on optimizing your Meta Ads campaigns, new feature announcements, and exclusive marketing insights delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png"
imageAlt="Newsletter Subscription"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -26,8 +26,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" },
@@ -35,8 +34,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -44,8 +42,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -61,7 +58,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -79,7 +76,7 @@ export default function HomePage() {
<HeroBillboardGallery
title="Automate Your Ads with AI Intelligence"
description="Connect your Facebook/Instagram account and let AI analyze your best-performing posts. Get instant recommendations for targeting and budgets, then launch profitable ads with one click."
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
tag="AI-Powered"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -90,24 +87,19 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png?_wi=1",
imageAlt: "AI Ad Manager Dashboard"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png", imageAlt: "AI Ad Manager Dashboard"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/comprehensive-saas-dashboard-overview-sh-1773081218043-e9e302e6.png?_wi=1",
imageAlt: "Complete Dashboard Preview"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/comprehensive-saas-dashboard-overview-sh-1773081218043-e9e302e6.png", imageAlt: "Complete Dashboard Preview"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png?_wi=1",
imageAlt: "Campaign Creation Wizard"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png", imageAlt: "Campaign Creation Wizard"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png?_wi=1",
imageAlt: "Active Campaigns Management"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png", imageAlt: "Active Campaigns Management"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png?_wi=1",
imageAlt: "AI Post Analysis"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png", imageAlt: "AI Post Analysis"
}
]}
mediaAnimation="slide-up"
@@ -122,28 +114,13 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "AI Post Analysis",
description: "Automatic intelligence scoring of your Instagram and Facebook posts with engagement predictions and conversion readiness analysis.",
tag: "AI Engine",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/abstract-visualization-of-ai-analyzing-s-1773081217224-6b271c70.png",
imageAlt: "AI Content Analysis"
id: "1", title: "AI Post Analysis", description: "Automatic intelligence scoring of your Instagram and Facebook posts with engagement predictions and conversion readiness analysis.", tag: "AI Engine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/abstract-visualization-of-ai-analyzing-s-1773081217224-6b271c70.png", imageAlt: "AI Content Analysis"
},
{
id: "2",
title: "Smart Targeting",
description: "AI-recommended audience segments, demographic targeting, and lookalike audiences based on your best-performing content.",
tag: "Optimization",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-smart-targeting-1773081221321-1c198b92.png",
imageAlt: "Smart Targeting"
id: "2", title: "Smart Targeting", description: "AI-recommended audience segments, demographic targeting, and lookalike audiences based on your best-performing content.", tag: "Optimization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-smart-targeting-1773081221321-1c198b92.png", imageAlt: "Smart Targeting"
},
{
id: "3",
title: "One-Click Launch",
description: "Deploy ads instantly to Meta Ads Manager with pre-configured settings, budgets, and audience targeting recommendations.",
tag: "Automation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/illustration-of-one-click-ad-launch-func-1773081216601-c971a5ff.png",
imageAlt: "One-Click Launch"
id: "3", title: "One-Click Launch", description: "Deploy ads instantly to Meta Ads Manager with pre-configured settings, budgets, and audience targeting recommendations.", tag: "Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/illustration-of-one-click-ad-launch-func-1773081216601-c971a5ff.png", imageAlt: "One-Click Launch"
}
]}
animationType="slide-up"
@@ -172,32 +149,16 @@ export default function HomePage() {
description="Experience the complete AI Ad Manager interface with real-time metrics, campaign management, and AI recommendations."
products={[
{
id: "1",
name: "Overview Dashboard",
price: "Live Metrics",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png?_wi=2",
imageAlt: "Dashboard Overview"
id: "1", name: "Overview Dashboard", price: "Live Metrics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-modern-saas-dashboard-interface-showin-1773081218133-2877fa4f.png", imageAlt: "Dashboard Overview"
},
{
id: "2",
name: "Post Audit Tool",
price: "AI Scoring",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png?_wi=2",
imageAlt: "Post Audit Interface"
id: "2", name: "Post Audit Tool", price: "AI Scoring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/instagram-post-mockup-showing-ai-analysi-1773081216644-ea624d85.png", imageAlt: "Post Audit Interface"
},
{
id: "3",
name: "Campaign Creator",
price: "Smart Setup",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png?_wi=2",
imageAlt: "Campaign Wizard"
id: "3", name: "Campaign Creator", price: "Smart Setup", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-step-by-step-wizard-interface-for-camp-1773081220574-685649f8.png", imageAlt: "Campaign Wizard"
},
{
id: "4",
name: "Campaign Manager",
price: "Performance Tracking",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png?_wi=2",
imageAlt: "Active Campaigns"
id: "4", name: "Campaign Manager", price: "Performance Tracking", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/a-data-table-showing-active-advertising--1773081223654-0e191d79.png", imageAlt: "Active Campaigns"
}
]}
textboxLayout="default"
@@ -215,47 +176,21 @@ export default function HomePage() {
tagAnimation="slide-up"
plans={[
{
id: "starter",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$49/mo",
subtitle: "Perfect for growing businesses",
features: [
"AI analysis of up to 100 posts/month",
"Smart audience targeting",
"Up to 5 active campaigns",
"Real-time performance tracking",
"Email support"
id: "starter", badge: "Most Popular", badgeIcon: Sparkles,
price: "$49/mo", subtitle: "Perfect for growing businesses", features: [
"AI analysis of up to 100 posts/month", "Smart audience targeting", "Up to 5 active campaigns", "Real-time performance tracking", "Email support"
]
},
{
id: "pro",
badge: "Best Value",
badgeIcon: Zap,
price: "$149/mo",
subtitle: "For serious marketers",
features: [
"AI analysis of up to 500 posts/month",
"Advanced audience segmentation",
"Up to 20 active campaigns",
"Custom budget recommendations",
"Priority support",
"Monthly strategy consultation"
id: "pro", badge: "Best Value", badgeIcon: Zap,
price: "$149/mo", subtitle: "For serious marketers", features: [
"AI analysis of up to 500 posts/month", "Advanced audience segmentation", "Up to 20 active campaigns", "Custom budget recommendations", "Priority support", "Monthly strategy consultation"
]
},
{
id: "enterprise",
badge: "For Agencies",
badgeIcon: Award,
price: "Custom",
subtitle: "Unlimited everything",
features: [
"Unlimited post analysis",
"Multi-account management",
"Unlimited campaigns",
"Advanced API access",
"Dedicated account manager",
"Custom integrations"
id: "enterprise", badge: "For Agencies", badgeIcon: Award,
price: "Custom", subtitle: "Unlimited everything", features: [
"Unlimited post analysis", "Multi-account management", "Unlimited campaigns", "Advanced API access", "Dedicated account manager", "Custom integrations"
]
}
]}
@@ -272,14 +207,7 @@ export default function HomePage() {
tag="Partners"
tagAnimation="slide-up"
names={[
"TechFlow",
"Innovate Inc",
"CloudSync",
"DataViz",
"GrowthCo",
"ScaleUp Labs",
"MarketAI",
"AdBoost"
"TechFlow", "Innovate Inc", "CloudSync", "DataViz", "GrowthCo", "ScaleUp Labs", "MarketAI", "AdBoost"
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -292,40 +220,22 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-young-female--1773081215775-f9f88cbb.png?_wi=1",
imageAlt: "Sarah Johnson, Marketing Director"
id: "1", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-young-female--1773081215775-f9f88cbb.png", imageAlt: "Sarah Johnson, Marketing Director"
},
{
id: "2",
name: "Michael Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-startup--1773081217563-f98ce982.png?_wi=1",
imageAlt: "Michael Chen, CEO"
id: "2", name: "Michael Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-startup--1773081217563-f98ce982.png", imageAlt: "Michael Chen, CEO"
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-diverse-femal-1773081215756-f11e7b4d.png?_wi=1",
imageAlt: "Emily Rodriguez, Marketing Director"
id: "3", name: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-diverse-femal-1773081215756-f11e7b4d.png", imageAlt: "Emily Rodriguez, Marketing Director"
},
{
id: "4",
name: "David Kim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-digital--1773081218007-2868b7d6.png?_wi=1",
imageAlt: "David Kim, Digital Marketer"
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-digital--1773081218007-2868b7d6.png", imageAlt: "David Kim, Digital Marketer"
},
{
id: "5",
name: "Jessica Lee",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-female-produc-1773081215983-456b775f.png?_wi=1",
imageAlt: "Jessica Lee, Product Manager"
id: "5", name: "Jessica Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-female-produc-1773081215983-456b775f.png", imageAlt: "Jessica Lee, Product Manager"
},
{
id: "6",
name: "James Wilson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-business-1773081216271-4a987aab.png?_wi=1",
imageAlt: "James Wilson, Business Analyst"
id: "6", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/professional-headshot-of-a-male-business-1773081216271-4a987aab.png", imageAlt: "James Wilson, Business Analyst"
}
]}
cardTitle="Trusted by over 5,000 marketers who save hours and boost their ROI"
@@ -344,44 +254,28 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "How does AI Ad Manager analyze my posts?",
content: "Our AI engine analyzes engagement metrics, visual content, caption sentiment, audience demographics, and historical performance to score each post's suitability for advertising. The algorithm learns from your account's specific performance patterns."
id: "1", title: "How does AI Ad Manager analyze my posts?", content: "Our AI engine analyzes engagement metrics, visual content, caption sentiment, audience demographics, and historical performance to score each post's suitability for advertising. The algorithm learns from your account's specific performance patterns."
},
{
id: "2",
title: "Which platforms are supported?",
content: "Currently, we support Facebook and Instagram. We analyze posts from your connected accounts and help you launch ads directly through Meta Ads Manager. Support for additional platforms is coming soon."
id: "2", title: "Which platforms are supported?", content: "Currently, we support Facebook and Instagram. We analyze posts from your connected accounts and help you launch ads directly through Meta Ads Manager. Support for additional platforms is coming soon."
},
{
id: "3",
title: "How secure is my account information?",
content: "We use enterprise-grade security with OAuth 2.0 authentication, encrypted data transmission, and compliance with GDPR and CCPA regulations. Your account credentials are never stored directly - we only maintain secure tokens."
id: "3", title: "How secure is my account information?", content: "We use enterprise-grade security with OAuth 2.0 authentication, encrypted data transmission, and compliance with GDPR and CCPA regulations. Your account credentials are never stored directly - we only maintain secure tokens."
},
{
id: "4",
title: "Can I manually override AI recommendations?",
content: "Absolutely! Our AI provides recommendations, but you have complete control. You can adjust targeting, budgets, audiences, and all other campaign parameters before launching."
id: "4", title: "Can I manually override AI recommendations?", content: "Absolutely! Our AI provides recommendations, but you have complete control. You can adjust targeting, budgets, audiences, and all other campaign parameters before launching."
},
{
id: "5",
title: "What is the typical ROAS improvement?",
content: "Our users see an average ROAS improvement of 285% within the first month. Results vary based on your industry, audience quality, and creative content. We provide detailed performance tracking to measure your specific results."
id: "5", title: "What is the typical ROAS improvement?", content: "Our users see an average ROAS improvement of 285% within the first month. Results vary based on your industry, audience quality, and creative content. We provide detailed performance tracking to measure your specific results."
},
{
id: "6",
title: "Is there a free trial available?",
content: "Yes! We offer a 14-day free trial with full access to all Starter plan features. No credit card required to start. This gives you enough time to connect your accounts and test the platform thoroughly."
id: "6", title: "Is there a free trial available?", content: "Yes! We offer a 14-day free trial with full access to all Starter plan features. No credit card required to start. This gives you enough time to connect your accounts and test the platform thoroughly."
},
{
id: "7",
title: "How often is AI training updated?",
content: "Our AI models are continuously trained and updated weekly with new performance data. This ensures our recommendations stay current with platform algorithm changes and market trends."
id: "7", title: "How often is AI training updated?", content: "Our AI models are continuously trained and updated weekly with new performance data. This ensures our recommendations stay current with platform algorithm changes and market trends."
},
{
id: "8",
title: "Can I manage multiple accounts?",
content: "Yes! Pro and Enterprise plans support multiple account management. You can connect multiple Facebook Pages and Instagram accounts, and manage them all from a single dashboard."
id: "8", title: "Can I manage multiple accounts?", content: "Yes! Pro and Enterprise plans support multiple account management. You can connect multiple Facebook Pages and Instagram accounts, and manage them all from a single dashboard."
}
]}
faqsAnimation="slide-up"
@@ -398,9 +292,9 @@ export default function HomePage() {
description="Get weekly tips on optimizing your Meta Ads campaigns, new feature announcements, and exclusive marketing insights delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai6v7OGrLvsW2u9Ic3IozEW7PM/visual-representation-of-email-newslette-1773081216370-65f74d55.png"
imageAlt="Newsletter Subscription"
mediaAnimation="slide-up"
mediaPosition="right"