Ui cahnges and button linking

This commit is contained in:
2026-04-18 21:53:42 +05:30
parent 174faf5ccd
commit 7cd9585c8f
21 changed files with 292 additions and 210 deletions

View File

@@ -19,8 +19,7 @@ const TechnicalSupportSection = () => {
className="absolute inset-0 opacity-25 pointer-events-none"
animate={{ scale: [1, 1.05, 1] }}
transition={{ duration: 14, repeat: Infinity }}
>
</motion.div>
></motion.div>
<div className="relative z-10 max-w-6xl mx-auto">
<div className="text-center">
@@ -33,8 +32,8 @@ const TechnicalSupportSection = () => {
</motion.h2>
<p className="mt-6 text-lg text-gray-600 max-w-3xl mx-auto">
Already using Winixco? Were here to ensure everything works seamlessly
fast responses & expert support guaranteed.
Already using Winixco? Were here to ensure everything works
seamlessly fast responses & expert support guaranteed.
</p>
</div>
@@ -53,18 +52,9 @@ const TechnicalSupportSection = () => {
</motion.div>
))}
</div>
<div className="text-center mt-12">
<Button
variant="outline"
className="px-10 py-5 text-lg font-bold text-blue-700 border-2 rounded-xl hover:bg-purple-100 transition-all"
>
Contact Support
</Button>
</div>
</div>
</section>
);
};
export default TechnicalSupportSection;
export default TechnicalSupportSection;