Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
1430
src/app/layout.tsx
1430
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user