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 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