Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 11:28:29 +00:00
parent 6dff1ff3db
commit da42beac6c

View File

@@ -75,7 +75,7 @@ export default function ContactPage() {
description="We're ready to partner with you. Reach out to discuss your procurement, logistics, or technical support needs." description="We're ready to partner with you. Reach out to discuss your procurement, logistics, or technical support needs."
background={{ variant: "plain" }} background={{ variant: "plain" }}
testimonials={[]} testimonials={[]}
mediaAnimation="entrance-slide" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-paper-clips-with-copy-space_23-2148581960.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-paper-clips-with-copy-space_23-2148581960.jpg"
imageAlt="Deep navy abstract contact us background" imageAlt="Deep navy abstract contact us background"
useInvertedBackground={true} useInvertedBackground={true}
@@ -89,7 +89,7 @@ export default function ContactPage() {
title="Your Trusted Partner for Institutional Needs" title="Your Trusted Partner for Institutional Needs"
description="Whether you have a specific tender, a general inquiry, or require detailed project support, our team is ready to assist. Fill out the form or use the contact details below." description="Whether you have a specific tender, a general inquiry, or require detailed project support, our team is ready to assist. Fill out the form or use the contact details below."
background={{ variant: "plain" }} background={{ variant: "plain" }}
mediaAnimation="entrance-slide" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="left" mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12470.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12470.jpg"
@@ -108,7 +108,6 @@ export default function ContactPage() {
logoText="CARLSTRA AERO LTD" logoText="CARLSTRA AERO LTD"
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Carlstra Aero Ltd. Registered in Kenya. All rights reserved." copyrightText="© 2025 Carlstra Aero Ltd. Registered in Kenya. All rights reserved."
useInvertedBackground={true}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>