8 Commits

Author SHA1 Message Date
ab6c73f0f8 Update src/app/page.tsx 2026-06-07 05:23:01 +00:00
eaed5d3d58 Merge version_2 into main
Merge version_2 into main
2026-06-07 05:15:39 +00:00
508d92d0a2 Update src/app/page.tsx 2026-06-07 05:15:33 +00:00
95032ba86a Merge version_2 into main
Merge version_2 into main
2026-06-07 05:14:49 +00:00
05c1090fa7 Update src/app/page.tsx 2026-06-07 05:14:43 +00:00
8e22b1847d Merge version_1 into main
Merge version_1 into main
2026-06-07 05:12:05 +00:00
1393d4fe28 Merge version_1 into main
Merge version_1 into main
2026-06-07 05:11:38 +00:00
51016f81b9 Merge version_1 into main
Merge version_1 into main
2026-06-07 05:10:43 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
{
text: "Book Free Consultation", href: "#contact"},
{
text: "Get Instant Quote", href: "#contact"},
text: "Request a Quote", href: "#contact"},
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg"
@@ -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>
);
}
}