Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-08 15:30:23 +00:00
2 changed files with 27 additions and 1423 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -191,6 +191,24 @@ const HomePage = () => {
/>
</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">
<FooterLogoEmphasis
logoText="Raja Auto Store"
@@ -234,4 +252,4 @@ const HomePage = () => {
);
};
export default HomePage;
export default HomePage;