Update src/app/page.tsx

This commit is contained in:
2026-05-28 01:08:06 +00:00
parent 26224b1fcf
commit 5950f53591

View File

@@ -233,21 +233,23 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1", title: "What makes Elite Solutions different?", content: "Our distinction lies in our bespoke, results-driven approach, coupled with unparalleled client support and proprietary strategic frameworks. We don't just offer services; we forge partnerships for success."},
id: "faq1", title: "What are AI Editorials?", content: "AI Editorials are articles and content pieces generated or significantly assisted by advanced AI models. They cover a wide range of topics, providing data-driven insights, summaries, and creative perspectives."},
{
id: "faq2", title: "How do you ensure data security?", content: "We employ industry-leading encryption, multi-factor authentication, and adhere to strict compliance standards (GDPR, CCPA, etc.) to safeguard all client data. Regular audits and updates ensure robust protection."},
id: "faq2", title: "How does the Prompt Pack work?", content: "Our Prompt Pack provides a curated collection of high-quality prompts designed to unlock the full potential of AI models. It guides users in generating specific content types, tones, and styles for their editorial needs."},
{
id: "faq3", title: "Can you integrate with our existing systems?", content: "Yes, our solutions are designed for seamless integration with a wide range of existing CRM, ERP, and marketing automation platforms. Our technical team ensures a smooth transition and compatibility."},
id: "faq3", title: "Can AI Editorials be customized?", content: "Absolutely. While AI generates the initial content, we offer extensive customization options to align with your brand voice, target audience, and specific editorial guidelines. Human editors ensure quality and nuance."},
{
id: "faq4", title: "What is the typical onboarding process?", content: "Our onboarding process begins with a comprehensive discovery phase, followed by tailored strategy development, system integration, team training, and continuous optimization. We ensure a smooth, efficient, and personalized setup."},
id: "faq4", title: "What kind of content can I create with the Prompt Pack?", content: "The Prompt Pack is versatile, enabling you to generate blog posts, social media content, marketing copy, summaries, creative stories, and more. It includes prompts for various lengths, formats, and purposes."},
{
id: "faq5", title: "Is human oversight involved in AI Editorials?", content: "Yes, every AI Editorial undergoes a thorough review by our expert human editors. They refine the content for accuracy, tone, style, and coherence, ensuring it meets the highest journalistic and quality standards."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-doing-customer-support-job-workplace-handling-clients-complaints_482257-125234.jpg"
imageAlt="Customer service representative with headset smiling"
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-laptop-desk_23-2147807204.jpg"
imageAlt="Person working on a laptop with AI-generated content"
mediaAnimation="slide-up"
mediaPosition="left"
title="Frequently Asked Questions"
description="Have questions about our premium services? Find answers to common inquiries below or contact us directly for personalized assistance."
tag="Support"
title="Your Questions About AI Editorials & Prompt Packs"
description="Find answers to common inquiries regarding our AI-powered editorial services and the exclusive Prompt Pack, designed to streamline your content creation."
tag="Insights"
tagIcon={MessageCircle}
faqsAnimation="slide-up"
/>
@@ -258,12 +260,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "animated-grid"}}
text="Ready to Elevate Your Business?"
text="Have a question about AI Editorials or the Prompt Pack? Reach out to our team directly. Email us at `support@aieditorialhub.com` or call us at `(123) 456-7890`. We're here to help!"
buttons={[
{
text: "Get in Touch", href: "mailto:contact@elitesolutions.com"},
text: "Email Us", href: "mailto:support@aieditorialhub.com"},
{
text: "Schedule a Call", href: "#"},
text: "Schedule a Call", href: "#contact"},
]}
/>
</div>
@@ -271,36 +273,36 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/minimal-logo-set_53876-94208.jpg"
logoAlt="Elite Solutions Logo"
logoAlt="AI Editorial Hub Logo"
columns={[
{
items: [
{
label: "What are AI Editorials?", href: "#faq"},
{
label: "Customization Options", href: "#faq"},
{
label: "Quality Assurance", href: "#faq"},
],
},
{
items: [
{
label: "About Prompt Pack", href: "#faq"},
{
label: "Content Generation", href: "#faq"},
{
label: "Get the Pack", href: "#products"},
],
},
{
items: [
{
label: "About Us", href: "#about"},
{
label: "Our Team", href: "#"},
{
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "Services", href: "#features"},
{
label: "Products", href: "#products"},
{
label: "Pricing", href: "#pricing"},
],
},
{
items: [
{
label: "Testimonials", href: "#testimonials"},
label: "Contact Us", href: "#contact"},
{
label: "FAQ", href: "#faq"},
{
label: "Contact", href: "#contact"},
],
},
{
@@ -312,7 +314,7 @@ export default function LandingPage() {
],
},
]}
logoText="Elite Solutions"
logoText="AI Editorial Hub"
/>
</div>
</ReactLenis>