diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..ec9d575 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b735ef2..2a3e60f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,7 +224,7 @@ export default function AirbusA320Portal() { description="Interested in aviation education, A320 training resources, or partnership opportunities? Subscribe to our newsletter for the latest updates on aircraft systems, pilot training content, and aviation industry insights." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - buttonText="Subscribe" + buttonText="Join Our Newsletter" inputPlaceholder="Enter your email address" termsText="We respect your privacy. Unsubscribe at any time. By subscribing, you agree to receive updates about aviation education and A320 technical content." /> @@ -264,4 +264,4 @@ export default function AirbusA320Portal() { ); -} +} \ No newline at end of file