5 Commits

Author SHA1 Message Date
4088478473 Merge version_2 into main
Merge version_2 into main
2026-03-10 16:41:44 +00:00
b71e1f4500 Update src/app/page.tsx 2026-03-10 16:41:37 +00:00
259c9d0e7b Merge version_2 into main
Merge version_2 into main
2026-03-10 16:34:14 +00:00
fa56078dde Update src/app/page.tsx 2026-03-10 16:34:06 +00:00
c8ce05bbda Merge version_1 into main
Merge version_1 into main
2026-03-10 11:51:32 +00:00

View File

@@ -9,6 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() {
return (
@@ -162,21 +163,16 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
title="Ready to Transform Your Digital Presence?"
description="Let's discuss how we can create a custom marketing strategy that drives real results for your brand. Connect with our team today."
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
<ContactText
text="Ready to elevate your digital presence? Let's work together to create a strategy that drives results."
animationType="entrance-slide"
buttons={[
{ text: "Schedule a Consultation", href: "#" },
{ text: "View Our Services", href: "#services" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804532.jpg"
imageAlt="Our collaborative team"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your business email"
buttonText="Schedule Consultation"
termsText="We respect your privacy. We'll only use your email to send you relevant marketing insights and updates."
ariaLabel="Contact newsletter section"
ariaLabel="Contact call-to-action section"
/>
</div>
@@ -218,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}