Update src/app/page.tsx

This commit is contained in:
2026-03-06 21:54:23 +00:00
parent c6d0b8ed72
commit a1acf72e93

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>
);
}
}