Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4088478473 | |||
| b71e1f4500 | |||
| 259c9d0e7b | |||
| fa56078dde | |||
| c8ce05bbda |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user