From 90b57bbc13996ce8f2960e35f89a8f1be7a060f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:09:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb1e6ee..8d77b1e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Brainify - AI Content Creation Platform", description: "Transform your creativity with AI-powered tools for content creation, image generation, video production, and more."}; + title: "Brainify - AI Content Creation Platform", description: "Transform your creativity with AI-powered tools for content creation, image generation, video production, and more." +}; export default function RootLayout({ children, @@ -1386,4 +1387,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 33154152694b6591477a522addc5f584ad3ba356 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:09:51 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 93 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4950cd..dae1d86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -273,6 +273,97 @@ export default function HomePage() { /> +
+
+
+
+

Payment Methods

+

Choose your preferred payment method to get started with Brainify

+
+ +
+ {/* EasyPaisa Card */} +
+
+
+
+

EasyPaisa

+

Fast and secure mobile payments

+
+ EasyPaisa Logo +
+ +
+ EasyPaisa QR Code +
+ +
+
+ + + + Instant payment processing +
+
+ + + + No additional fees +
+
+ + + + Secure and encrypted transactions +
+
+ + +
+
+ + {/* Other Payment Methods */} +
+
+

Other Methods

+ +
+ + + + +
+ +
+

+ Need help? Contact our support team at support@brainify.ai or WhatsApp us at +92 314 7356117 +

+
+
+
+
+
+
+
+
); -} +} \ No newline at end of file -- 2.49.1