Merge version_2 into main #2
@@ -189,20 +189,21 @@ export default function WebAgencyThemePage() {
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<ContactCenter
|
||||
id="contact"
|
||||
tag="Get Started"
|
||||
title="Ready to transform your digital presence?"
|
||||
description="Let's create something extraordinary together. Fill out the form below and we'll be in touch."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
termsText="By clicking Send Message, you agree to our privacy policy and terms."
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
onSubmit={(email) => console.log('Contact form submitted:', email)}
|
||||
/>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Ready to transform your digital presence?"
|
||||
description="Let's create something extraordinary together. Fill out the form below and we'll be in touch."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
termsText="By clicking Send Message, you agree to our privacy policy and terms."
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
onSubmit={(email) => console.log('Contact form submitted:', email)}
|
||||
/>
|
||||
</div>
|
||||
<FooterSimple
|
||||
bottomLeftText="Studio. Where innovation meets design."
|
||||
bottomRightText="© 2025 All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user