Merge version_1 into main #1
@@ -138,7 +138,7 @@ export default function AppPage() {
|
||||
{ icon: ArrowLeftRight, title: "Content Analysis", status: "Active" },
|
||||
{ icon: Send, title: "Post Generation", status: "Waiting" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-polished-screenshot-of-the-postpilot-a-1774061882369-3198cbea.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-polished-screenshot-of-the-postpilot-a-1774061882369-3198cbea.png?_wi=2",
|
||||
imageAlt: "PostPilot AI Generation Interface",
|
||||
searchPlaceholder: "Enter your website URL (e.g., https://example.com)",
|
||||
chartTitle: "Generation Speed",
|
||||
|
||||
@@ -6,18 +6,47 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "PostPilot AI - 30 Days of Social Media Posts in Minutes",
|
||||
description: "Generate 30 days of AI-powered social media content in 60 seconds. One-time $50 payment. Multi-platform optimization. Instagram, LinkedIn, Facebook, X. No subscriptions.",
|
||||
keywords: "AI content generation, social media calendar, social media automation, content marketing, AI writing",
|
||||
openGraph: {
|
||||
title: "PostPilot AI - Unlimited Social Media Content",
|
||||
description: "Stop wasting hours on social media content. Get a complete 30-day calendar with AI-generated posts optimized for each platform.",
|
||||
type: "website",
|
||||
siteName: "PostPilot AI",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-sleek-modern-saas-dashboard-interface--1774061881119-e4cf7c12.png",
|
||||
alt: "PostPilot AI Dashboard",
|
||||
width: 1200,
|
||||
height: 630,
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "PostPilot AI - 30 Days of Posts. $50 Once.",
|
||||
description: "AI-powered social media content generation. One URL. One price. Unlimited content.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-sleek-modern-saas-dashboard-interface--1774061881119-e4cf7c12.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +55,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +69,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -229,7 +229,7 @@ export default function HomePage() {
|
||||
tag="The Solution"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-polished-screenshot-of-the-postpilot-a-1774061882369-3198cbea.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BE1jwGJXXXY5efJbnu4DUxNFub/a-polished-screenshot-of-the-postpilot-a-1774061882369-3198cbea.png?_wi=1"
|
||||
imageAlt="PostPilot AI Interface Mockup"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user