Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 21:54:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}