3 Commits

Author SHA1 Message Date
a1acf72e93 Update src/app/page.tsx 2026-03-06 21:54:23 +00:00
c6d0b8ed72 Update src/app/layout.tsx 2026-03-06 21:54:23 +00:00
317f1ae3d8 Merge version_2 into main
Merge version_2 into main
2026-03-06 21:52:03 +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>
);
}
}