small changes

This commit is contained in:
2026-05-04 18:49:57 +05:30
parent 7cd9585c8f
commit 10bd6fce36

View File

@@ -134,6 +134,7 @@ const ModuleCard: React.FC<ModuleCardProps> = ({ module, index }) => {
}; };
const ModulesSection: React.FC = () => { const ModulesSection: React.FC = () => {
const router = useRouter();
return ( return (
<section className="py-16 md:py-16 bg-gradient-to-b from-white via-[#c3dbe0]/30 to-white relative overflow-hidden"> <section className="py-16 md:py-16 bg-gradient-to-b from-white via-[#c3dbe0]/30 to-white relative overflow-hidden">
{/* Decorative background */} {/* Decorative background */}
@@ -191,17 +192,14 @@ const ModulesSection: React.FC = () => {
Get started with all modules and experience seamless integration Get started with all modules and experience seamless integration
</p> </p>
<div className="flex flex-col sm:flex-row gap-4 justify-center"> <div className="flex flex-col sm:flex-row gap-4 justify-center">
<DemoModal
trigger={
<Button <Button
size="lg" size="lg"
className="bg-white text-[#2563eb] hover:bg-gray-100 font-semibold" className="bg-white text-[#2563eb] hover:bg-gray-100 font-semibold"
onClick={()=>router.push("https://app.winixco.com/plans")}
> >
Start Free Trial Start Free Trial
<Sparkles className="ml-2 w-5 h-5" /> <Sparkles className="ml-2 w-5 h-5" />
</Button> </Button>
}
/>
<DemoModal <DemoModal
trigger={ trigger={