Update src/app/page.tsx

This commit is contained in:
2026-03-08 15:30:19 +00:00
parent 263d9dd1b7
commit 3d419fc2aa

View File

@@ -191,6 +191,24 @@ const HomePage = () => {
/> />
</div> </div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Started"
title="Ready to Upgrade Your Farm?"
description="Join thousands of farmers who trust Raja Auto Store for premium equipment and expert support. Subscribe to receive exclusive offers, product updates, and agricultural insights delivered directly to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg?_wi=1"
imageAlt="Premium agriculture equipment"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Sign Up for Updates"
termsText="We respect your privacy. Your information helps us provide better support and exclusive offers for agricultural professionals."
onSubmit={(email) => console.log("Contact signup:", email)}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="Raja Auto Store" logoText="Raja Auto Store"
@@ -234,4 +252,4 @@ const HomePage = () => {
); );
}; };
export default HomePage; export default HomePage;