Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 20:21:44 +00:00
2 changed files with 16 additions and 51 deletions

View File

@@ -1,57 +1,23 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
const poppins = Poppins({
subsets: ["latin"],
weight: ["400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "SocialXTrendify - Social Media Management Platform", description: "Manage, analyze, and grow your social media with SocialXTrendify. Real-time engagement tracking, trend forecasting, and smart scheduling for all platforms.", keywords: "social media management, content scheduling, analytics, trend forecasting, social media marketing", metadataBase: new URL("https://www.socialxtrendify.com"),
alternates: {
canonical: "https://www.socialxtrendify.com"},
openGraph: {
title: "SocialXTrendify - Social Media Management Platform", description: "Amplify your social presence with data-driven strategies and trend forecasting.", url: "https://www.socialxtrendify.com", siteName: "SocialXTrendify", type: "website", images: [
{
url: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg", alt: "SocialXTrendify Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "SocialXTrendify - Social Media Management Platform", description: "Manage all your social channels in one place with advanced analytics and AI-powered insights.", images: ["http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148371410.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "SocialXTrendify - Social Media Management Platform", description: "Amplify your social media presence with data-driven strategies, trend forecasting, and seamless content management."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={poppins.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1385,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -193,25 +193,25 @@ export default function LandingPage() {
tag="Support"
faqs={[
{
id: "1", title: "What platforms does SocialXTrendify support?", content: "We support all major social media platforms including Facebook, Instagram, Twitter/X, LinkedIn, TikTok, YouTube, and Pinterest. Manage all your accounts from one unified dashboard."
id: "1", title: "Is there a free trial available?", content: "Yes! We offer a 14-day free trial with full access to all features. No credit card required to get started. Simply sign up and explore what SocialXTrendify can do for your brand."
},
{
id: "2", title: "Is there a free trial available?", content: "Yes! We offer a 14-day free trial with full access to all features. No credit card required to get started. Simply sign up and explore what SocialXTrendify can do for your brand."
id: "2", title: "Is my data secure?", content: "Security is our top priority. We use bank-level encryption, regular security audits, and comply with GDPR and other data protection regulations. Your data is protected with enterprise-grade security protocols."
},
{
id: "3", title: "How accurate is the trend forecasting feature?", content: "Our AI-powered trend forecasting is built on machine learning models trained on millions of social media posts. We maintain 87% accuracy in trend prediction. The more you use it, the better it gets tailored to your audience."
id: "3", title: "What platforms does SocialXTrendify support?", content: "We support all major social media platforms including Facebook, Instagram, Twitter/X, LinkedIn, TikTok, YouTube, and Pinterest. Manage all your accounts from one unified dashboard."
},
{
id: "4", title: "Can I schedule posts in advance?", content: "Absolutely! Schedule posts weeks in advance across all platforms. Our smart scheduling feature recommends optimal posting times based on your audience's activity patterns."
id: "4", title: "How accurate is the trend forecasting feature?", content: "Our AI-powered trend forecasting is built on machine learning models trained on millions of social media posts. We maintain 87% accuracy in trend prediction. The more you use it, the better it gets tailored to your audience."
},
{
id: "5", title: "What kind of analytics do you provide?", content: "We provide comprehensive analytics including reach, impressions, engagement rates, audience demographics, content performance, follower growth trends, and more. All data is presented in easy-to-understand visualizations."
id: "5", title: "Can I schedule posts in advance?", content: "Absolutely! Schedule posts weeks in advance across all platforms. Our smart scheduling feature recommends optimal posting times based on your audience's activity patterns."
},
{
id: "6", title: "How do I contact your support team?", content: "You can reach our support team 24/7 via email at socialxtrendify@gmail.com or call +447721082749. We also offer live chat during business hours. Response time is typically under 1 hour."
id: "6", title: "What kind of analytics do you provide?", content: "We provide comprehensive analytics including reach, impressions, engagement rates, audience demographics, content performance, follower growth trends, and more. All data is presented in easy-to-understand visualizations."
},
{
id: "7", title: "Is my data secure?", content: "Security is our top priority. We use bank-level encryption, regular security audits, and comply with GDPR and other data protection regulations. Your data is protected with enterprise-grade security protocols."
id: "7", title: "How do I contact your support team?", content: "You can reach our support team 24/7 via email at socialxtrendify@gmail.com or call +447721082749. We also offer live chat during business hours. Response time is typically under 1 hour."
},
{
id: "8", title: "Can I manage client accounts?", content: "Yes! Our platform is perfect for agencies and marketing teams. Manage unlimited client accounts with role-based access controls. White-label options are available for enterprise clients."