diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e076de6..40e0a2e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { "We stay ahead of technology trends to ensure your digital systems remain competitive and scalable.", icon: Award, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b0c8cd8..a21d233 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { tag="Let's Connect" title="Ready to Transform Your Digital Presence?" description="Tell us about your project, challenges, and goals. Our team will respond within 24 hours with a strategic plan tailored to your business needs." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} inputPlaceholder="your@company.com" buttonText="Start Your Project" termsText="We respect your privacy. Your information will only be used to discuss your project." diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c060ed..27be00a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function HomePage() { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/professional-headshot-of-an-operations-m-1772535990163-ab4cf96f.png", alt: "Client 3"}, ]} avatarText="Trusted by 50+ Enterprise Clients" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Your Project", href: "/contact" }, { text: "View Portfolio", href: "/portfolio" }, @@ -151,7 +151,7 @@ export default function HomePage() { id: "4", value: "10+", title: "Years Experience", description: "Industry-leading expertise and innovation", icon: Award, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} @@ -209,7 +209,7 @@ export default function HomePage() { tag="Let's Connect" title="Ready to Transform Your Digital Presence?" description="Tell us about your project, challenges, and goals. Our team will respond within 24 hours with a strategic plan tailored to your business needs." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} inputPlaceholder="your@company.com" buttonText="Start Your Project" termsText="We respect your privacy. Your information will only be used to discuss your project." diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index e50c658..05c41b6 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -95,7 +95,7 @@ export default function PortfolioPage() { tag="Your Project Awaits" title="Ready to Become Our Next Success Story?" description="Let's discuss how Korva can deliver a comprehensive digital transformation for your enterprise. Our team will work with you to develop a strategy that achieves your business objectives." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} inputPlaceholder="your@company.com" buttonText="Schedule Strategy Session" termsText="We'll respond within 24 hours with a customized proposal and project roadmap." diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 92ccebc..83b1621 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -74,7 +74,7 @@ export default function PricingPage() { tag="Custom Solutions" title="Don't See Your Specific Needs?" description="We customize our packages to fit unique requirements. Tell us about your project complexity, timeline, and goals, and we'll create a tailored proposal with transparent pricing." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} inputPlaceholder="your@company.com" buttonText="Request Custom Quote" termsText="We'll respond within 24 hours with a detailed proposal customized to your requirements." diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 29b2a04..b35dfc9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -97,7 +97,7 @@ export default function ServicesPage() { tag="Ready to Start" title="Let's Discuss Your Digital Transformation" description="Tell us about your project, challenges, and goals. Our specialists will create a customized strategy to meet your unique business needs." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} inputPlaceholder="your@company.com" buttonText="Schedule Consultation" termsText="We'll respond within 24 hours with a personalized proposal tailored to your requirements."