Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 11:28:25 +00:00
parent 2dc91b6604
commit b79cb2e34f

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."
background={{ variant: "plain" }}
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"
imageAlt="Deep navy abstract contact us background"
useInvertedBackground={true}
@@ -89,7 +89,7 @@ export default function ContactPage() {
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."
background={{ variant: "plain" }}
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="left"
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"
columns={footerColumns}
copyrightText="© 2025 Carlstra Aero Ltd. Registered in Kenya. All rights reserved."
useInvertedBackground={true}
/>
</div>
</ThemeProvider>