Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-06-07 05:23:04 +00:00

View File

@@ -273,14 +273,14 @@ export default function LandingPage() {
variant: "plain"}}
tag="Start Your Journey"
title="Book Your Free Consultation"
description="Take the first step towards streamlined finances. Complete the form below to connect with our experts and receive a personalized quote tailored to your business needs (Name, Business Name, Email, Phone Number, Services Required)."
description="Take the first step towards streamlined finances. Enter your email below to get started and receive a personalized quote tailored to your business needs."
tagAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-laptop-analytics_23-2148174051.jpg"
imageAlt="Business consultation meeting"
mediaAnimation="opacity"
mediaPosition="right"
inputPlaceholder="Your Email Address"
buttonText="Request Consultation"
inputPlaceholder="Your Business Email"
buttonText="Get Started"
/>
</div>
@@ -337,4 +337,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}