Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-04 17:17:17 +00:00

View File

@@ -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."