Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-06-07 11:46:38 +00:00
3 changed files with 1 additions and 5 deletions

View File

@@ -68,7 +68,6 @@ export default function AboutPage() {
tag="Our Journey"
tagIcon={Sparkles}
title="Crafting Digital Success Stories Since 2018"
description="At Webild, our story began with a passion for transforming visions into captivating digital realities. For over five years, we've partnered with businesses to design and develop cutting-edge websites that not only look stunning but also drive measurable results. We believe in innovation, collaboration, and a relentless pursuit of excellence, ensuring every project we undertake leaves a lasting impact."
useInvertedBackground={false}
className="py-20"
buttons={[{ text: "Learn More", href: "/contact" }]}
@@ -95,7 +94,6 @@ export default function AboutPage() {
<FooterLogoEmphasis
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={commonFooterColumns}
/>
</ReactLenis>

View File

@@ -81,7 +81,6 @@ export default function ContactPage() {
<FooterLogoEmphasis
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={commonFooterColumns}
/>
</ReactLenis>

View File

@@ -51,7 +51,6 @@ export default function WebAgency2Page() {
inputPlaceholder="Enter your email"
buttonText="Get Free Consultation"
onSubmit={(email: string) => console.log("Email submitted:", email)}
buttonAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
@@ -226,7 +225,7 @@ export default function WebAgency2Page() {
tag="Ready to Grow?"
title="Let's Elevate Your Social Presence."
description="Schedule a free consultation to see how our strategies can transform your brand's online impact."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book a Free Consultation", href: "#contact" },
{ text: "View Our Portfolio", href: "#work" },