From c6d0b8ed7264348848d177e8833ccca254b9a186 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:54:23 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From a1acf72e9359ee34f1cb190e0de4bdcf08a7ea42 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:54:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1