From 9a3b165594629a47c5d51255040d8a49e5f57a58 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:46:31 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 93def15..7a898ed 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { -- 2.49.1 From 50a78ada09eef364fefee32cf7bef2cebbca9fa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:46:32 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 19e6f24..93b072d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,6 @@ export default function ContactPage() { -- 2.49.1 From 9ad519ccd3f5410e3975bee32b87b32eb4aaa7e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:46:32 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a890e4..248d478 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />
@@ -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" }, -- 2.49.1