From 069b3c2f0a888f717d0a18e5863113c3ff9eb7b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:59:04 +0000 Subject: [PATCH 1/3] Update src/app/app/page.tsx --- src/app/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app/page.tsx b/src/app/app/page.tsx index 812b6fa..2e7ced6 100644 --- a/src/app/app/page.tsx +++ b/src/app/app/page.tsx @@ -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", -- 2.49.1 From e05effdcfdb5d26944bcf8c56b8de1e4bf56b371 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:59:04 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 47 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..cfa5f99 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}