5 Commits

Author SHA1 Message Date
3d419fc2aa Update src/app/page.tsx 2026-03-08 15:30:19 +00:00
263d9dd1b7 Update src/app/layout.tsx 2026-03-08 15:30:19 +00:00
f940bc771a Merge version_1 into main
Merge version_1 into main
2026-03-08 15:27:18 +00:00
2d2937b960 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:26:21 +00:00
42b67752ab Merge version_1 into main
Merge version_1 into main
2026-03-08 15:24:56 +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;